basic main boilerplate stuff

This commit is contained in:
Mitchell Hashimoto
2015-03-03 23:03:24 -08:00
parent f4e5b10952
commit 0099f62efa
5 changed files with 134 additions and 0 deletions

4
main_test.go Normal file
View File

@@ -0,0 +1,4 @@
package main
// This file is intentionally empty to force early versions of Go
// to test compilation for tests.