@ -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")
}