https://github.com/bradfitz/gxbm
temp dev fork of Go's x/build/maintner code
https://github.com/bradfitz/gxbm
Last synced: 2 months ago
JSON representation
temp dev fork of Go's x/build/maintner code
- Host: GitHub
- URL: https://github.com/bradfitz/gxbm
- Owner: bradfitz
- License: bsd-3-clause
- Created: 2026-03-19T20:53:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T15:22:07.000Z (3 months ago)
- Last Synced: 2026-03-31T17:36:49.945Z (3 months ago)
- Language: Go
- Homepage:
- Size: 14 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maintner
This repo (`gxbm`) is a fork of Go's x/build repo, keeping just `maintner`.
It's a temporary (I hope) development fork that we can use while
upstreaming things async up to Go. As such, it shares git history with
Go's [golang.org/x/build](https://github.com/golang/build) repo
and directory structure.
Only unrelated things have been deleted.
## Who
I, `@bradfitz`, originally wrote maintner at Google. It still runs at https://maintner.golang.org/
but is very focused on Go's needs.
This fork is for others (notably, [Tailscale](https://tailscale.com/)) to also use it.