import package project
This commit is contained in:
11
2-importpackage/hello.go
Normal file
11
2-importpackage/hello.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"example/user/importpackage/importpackage"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(importpackage.ReverseRunes("!oG ,olleH"))
|
||||
}
|
||||
Reference in New Issue
Block a user