Skip to content

Commit 8f4432b

Browse files
committed
feat(go): add minimal server example in cmd/server
- Add Hello World example as starting point - Users can extend with Gin handlers as needed
1 parent 57435f1 commit 8f4432b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

go/gin/cmd/server/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package main
2+
3+
func main() {
4+
println("Hello World!")
5+
}

0 commit comments

Comments
 (0)