go for it
This commit is contained in:
parent
3767be9f67
commit
c107d94b11
5 changed files with 137 additions and 1 deletions
8
main.go
Normal file
8
main.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "git.okseby.com/okseby/playground-go/server"
|
||||
|
||||
func main() {
|
||||
server := server.NewServer("0.0.0.0:7878")
|
||||
server.ListenAndServe()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue