project scaffold

absences
William Perron 2 years ago
parent d29b53d007
commit 3a8df77e46

4
.gitignore vendored

@ -4,6 +4,7 @@
*.dll *.dll
*.so *.so
*.dylib *.dylib
bin/
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test
@ -13,3 +14,6 @@
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/
# sqlite databases files
*.db

@ -0,0 +1,5 @@
package main
func main() {
panic("not implemented")
}

@ -0,0 +1,3 @@
module go.wperron.io/themis
go 1.19

@ -0,0 +1,2 @@
.mode csv
.import ./data/eu4-provinces.csv provinces
Loading…
Cancel
Save