mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-08-06 14:42:16 +02:00
initial import
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package f
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Access() {
|
||||
fmt.Println("Access it!")
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
package c
|
||||
|
||||
import "golang.source-fellows.com/project/isample/a/b/c/internal/d/e/f"
|
||||
|
||||
func Run() {
|
||||
f.Access()
|
||||
}
|
Reference in New Issue
Block a user