Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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等
- Host: GitHub
- URL: https://github.com/xxl6097/go-service
- Owner: xxl6097
- Created: 2024-07-05T00:58:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T01:45:20.000Z (3 months ago)
- Last Synced: 2024-08-08T03:55:15.363Z (3 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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@latestCGO_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