Sign in
go
/
go
/
0f153ec6b47382f4df8f3b62acdee89208d97584
/
.
/
src
/
cmd
/
gobuild
/
main.go
blob: da781f98867e64f6b1f7a9f41e8d2a8c398bb937 [
file
] [
log
] [
blame
]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import (
"gobuild";
)
func main() {
gobuild.Main();
}