mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:21:38 +08:00
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:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"./greetings/greetings"
|
||||
"./greetings"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user