updated package name
This commit is contained in:
parent
5f83a91ad0
commit
7f99677331
2 changed files with 3 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -1,3 +1,3 @@
|
|||
module recount-server/recount-server
|
||||
module nickiel.net/recount_server
|
||||
|
||||
go 1.16
|
||||
go 1.21.5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package recount_server
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
Loading…
Reference in a new issue