initial commit

This commit is contained in:
Greg Gauthier 2021-03-09 13:17:52 +00:00
commit df113e96ae
4 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
build/
vendor/
*.code-workspace

6
go.mod Normal file
View File

@ -0,0 +1,6 @@
module projector
go 1.16
require (
)

0
go.sum Normal file
View File

5
main.go Normal file
View File

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