package rest_test import "fmt" func ExampleHello() { message := rest.Hello("Alice") fmt.Println(message) // Output: Hello, Alice! }