more bootstrap

This commit is contained in:
Marcel M. Otte 2021-09-30 20:45:27 +02:00
parent ffcac205ca
commit ad27a31dd5
2 changed files with 10 additions and 0 deletions

7
cmd/backive/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/qwc/backive
go 1.17