Upgrade to Go1.6, use vendor

Also make sure we're using a more recent version of godep
This commit is contained in:
Edward Muller
2016-05-26 12:32:08 -07:00
parent 174a74023d
commit 5d2412bbb0
250 changed files with 6024 additions and 16143 deletions

View File

@@ -0,0 +1,7 @@
// +build windows plan9 solaris
package flags
func getTerminalColumns() int {
return 80
}