https://github.com/hellodword/go-toolexec
https://github.com/hellodword/go-toolexec
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellodword/go-toolexec
- Owner: hellodword
- Created: 2024-10-01T08:48:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-01T08:50:21.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:37:02.959Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-toolexec
```sh
go build -a -o dist/mytool .
go build -a -toolexec `pwd`/dist/mytool .
```