Compare commits

..

No commits in common. "main" and "v1.2.3" have entirely different histories.
main ... v1.2.3

2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

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

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module go.wit.com/dev/alexflint/scalar
go 1.21.4