when I import the pack1, if I add the ./pack1/pack1, it will fai… (#760)

* when I import the pack1, if I add the ./pack1/pack1, it will failed

* also the import exercise need updating

* the path in this file
This commit is contained in:
yingtaojuzi
2020-02-13 14:49:55 +08:00
committed by GitHub
parent 64a617897d
commit 16f2309acb
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
"./greetings/greetings"
"./greetings"
"fmt"
)