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

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

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.