initial commit

This commit is contained in:
Jesse Duffield 2018-05-19 11:16:34 +10:00
parent bcd5e65878
commit 023a39a903
3 changed files with 159 additions and 0 deletions

11
main.go Normal file
View file

@ -0,0 +1,11 @@
package main
import (
"./gitgot"
)
func main() {
testGettingFiles()
}