drop go.work and add it to .gitignore

This commit is contained in:
Alex Flint 2022-10-29 15:28:22 -04:00
parent f2539d7ad2
commit c046f49e12
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
go.work

View File

@ -1,2 +0,0 @@
use .
use ./v2