un-ignore go.mod

This commit is contained in:
yaozhicheng 2024-07-11 13:57:33 +08:00
parent 4ce67c9e5e
commit 6d06131aef
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ node_modules/
# Fortran module files
*.mod
!swig/golang/go.mod
*.smod
# Compiled Static libraries

4
swig/golang/go.mod Normal file
View File

@ -0,0 +1,4 @@
module unitychip.cc/xspcomm
go 1.18