https://github.com/sagikazarmark/gb
https://github.com/sagikazarmark/gb
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagikazarmark/gb
- Owner: sagikazarmark
- Created: 2021-01-15T22:14:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T13:21:46.000Z (over 4 years ago)
- Last Synced: 2025-03-06T18:52:45.619Z (7 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go build tool
This repo contains some code (copied from the Go source code) allowing third-party build systems to build go packages.
**Missing:**
- Executor implementation (stdout commands)
- Cgo implementation