Add main and go.mod files

This commit is contained in:
2020-05-13 12:10:49 +02:00
parent c47145f587
commit 359244a4a8
2 changed files with 9 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.schoffit.net/structix/obs-cli
go 1.14

6
main.go Normal file
View File

@@ -0,0 +1,6 @@
package main
func main() {
}