fix: Pacakge name bug.
Mix up package name and module name.
This commit is contained in:
parent
4ff8db06db
commit
e36228b949
2
hello.go
2
hello.go
@ -1,4 +1,4 @@
|
||||
package git.alienyuki.com/yuki/hellogomod
|
||||
package hellogomod
|
||||
|
||||
func SayHello(name string) string {
|
||||
return "Hello, " + name + "!"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package git.alienyuki.com/yuki/hellogomod
|
||||
package hellogomod
|
||||
|
||||
import "testing"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user