This commit is contained in:
a.gurov 2017-10-16 15:38:45 +03:00
commit 91e2b460d5
3 changed files with 11 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.idea/*
tmp/*
logs/*
*.swp

0
.gopath Normal file
View File

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "log"
func main() {
log.Println("Starting...")
}