Adding first pass at design.go

This commit is contained in:
Brandon Watson
2023-08-09 21:17:52 -05:00
parent 4563d1e01f
commit 2f149f2c6d
5 changed files with 309 additions and 2 deletions

2
.gitignore vendored
View File

@ -11,6 +11,7 @@
# Test binary, built with `go test -c`
*.test
gen
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
@ -20,4 +21,3 @@
# Go workspace file
go.work