summaryrefslogtreecommitdiff
path: root/src/cmd/gobuild/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gobuild/main.go')
-rw-r--r--src/cmd/gobuild/main.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cmd/gobuild/main.go b/src/cmd/gobuild/main.go
deleted file mode 100644
index b5bef4d33..000000000
--- a/src/cmd/gobuild/main.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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();
-}
-