Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxl6097/go-service

服务程序框架,适用于Linux、windows、MacOs、Openwrt等
https://github.com/xxl6097/go-service

Last synced: 24 days ago
JSON representation

服务程序框架,适用于Linux、windows、MacOs、Openwrt等

Awesome Lists containing this project

README

        

go get github.com/kardianos/service
go get -u github.com/xxl6097/[email protected]
go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags "-linkmode internal" -o AAServiceApp.exe main.go

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o AAATest1.exe main.go