mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2026-01-12 01:59:14 +00:00
💡
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user