feat: Change package name.
Change package name since URL is identity in go.
This commit is contained in:
parent
0b8c840f11
commit
4ff8db06db
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module hellogomod
|
module git.alienyuki.com/yuki/hellogomod
|
||||||
|
|
||||||
go 1.24.4
|
go 1.24.4
|
||||||
|
|||||||
2
hello.go
2
hello.go
@ -1,4 +1,4 @@
|
|||||||
package hellogomod
|
package git.alienyuki.com/yuki/hellogomod
|
||||||
|
|
||||||
func SayHello(name string) string {
|
func SayHello(name string) string {
|
||||||
return "Hello, " + name + "!"
|
return "Hello, " + name + "!"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package hellogomod
|
package git.alienyuki.com/yuki/hellogomod
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user