pull/247/head
HFO4 5 years ago
parent cd1f3be22d
commit 86896aedd0

3
.gitignore vendored

@ -10,3 +10,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Development enviroment
.idea

@ -0,0 +1,3 @@
module Backend-V3
go 1.12

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("test")
}
Loading…
Cancel
Save