fix: go mod

This commit is contained in:
xuthus5 2023-06-24 23:11:31 +08:00
parent 3a78ab4710
commit d9366d7755
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
```go
package main
import "gitter.top/coco/gobuf"
import "gitter.top/common/gobuf"
func
func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module gitter.top/coco/gobuf
module gitter.top/common/gobuf
go 1.18