feat: init update
This commit is contained in:
9
hello/hello.go
Normal file
9
hello/hello.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package hello
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func HelloHandler(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("Hello, World!"))
|
||||
}
|
||||
Reference in New Issue
Block a user