server 태그는 떼고 client 태그로만 빌드 구분
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
//go:build !client && server
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"repositories.action2quare.com/ayo/gocommon/flagx"
|
||||
"repositories.action2quare.com/ayo/houston/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
flagx.Parse()
|
||||
|
||||
svr := server.NewServer()
|
||||
svr.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user