package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

GreetingHandler returns a GreetingResponse which either has errors or a useful payload.
HelloHandler takes a GET parameter "name" and responds with Hello <name>! in plaintext.

# Structs

GreetingResponse is the JSON Response that GreetingHandler returns.