initial working version

This commit is contained in:
Ben Grewell
2021-03-09 10:27:46 -08:00
parent e8dc386ba0
commit 10cf19535e
16 changed files with 1586 additions and 214 deletions

34
.gitignore vendored
View File

@@ -1,18 +1,18 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Ignore the embedded directory
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Ignore the embedded directory
embedded/