0.1.7xx testin sum mor
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
module myapp
|
||||
|
||||
go 1.22.1
|
||||
@@ -1,9 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"myapp/mypackage"
|
||||
)
|
||||
|
||||
func main() {
|
||||
mypackage.PrintHello()
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package mypackage
|
||||
package test
|
||||
|
||||
import "fmt"
|
||||
|
||||
Reference in New Issue
Block a user