mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-20 07:02:53 +02:00
initial import
This commit is contained in:
9
first-module-dependency/cmd/main.go
Normal file
9
first-module-dependency/cmd/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"golang.source-fellows.com/training/sample"
|
||||
)
|
||||
|
||||
func main() {
|
||||
sample.Hello()
|
||||
}
|
Reference in New Issue
Block a user