Skip to content

Commit

Permalink
branch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Sep 28, 2019
1 parent 99aa690 commit c6eb3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/basic/branch/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
// If "abc.txt" is not found,
// please check what current directory is,
// and change filename accordingly.
const filename = "abc.txt"
const filename = "lang/basic/branch/abc.txt"
if contents, err := ioutil.ReadFile(filename); err != nil {
fmt.Println(err)
} else {
Expand Down

0 comments on commit c6eb3dd

Please sign in to comment.