import remote project
This commit is contained in:
14
3-importremote/hello.go
Normal file
14
3-importremote/hello.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"example/user/importremote/importpackage"
|
||||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(importpackage.ReverseRunes("!oG ,olleH"))
|
||||
fmt.Println(cmp.Diff("Hello World", "Hello Go"))
|
||||
}
|
||||
Reference in New Issue
Block a user