This commit is contained in:
Nicolas Lepage 2019-11-27 08:06:20 +01:00
parent d86e8a739e
commit c493fd54e4
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F

View File

@ -8,7 +8,7 @@ import (
wasmhttp "github.com/nlepage/go-wasm-http-server"
)
// Example_json demostrates a simple hello JSON service.
// Demostrates a simple hello JSON service.
func Example_json() {
http.HandleFunc("/hello", func(res http.ResponseWriter, req *http.Request) {
params := make(map[string]string)