We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4eeae2 commit 35ccb28Copy full SHA for 35ccb28
example/server.go
@@ -72,3 +72,7 @@ func server() {
72
73
log.Println("Server exited gracefully")
74
}
75
+
76
+func main() {
77
+ server()
78
+}
0 commit comments