Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filename typo in "Learn Go in 100 lines" #1759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/lessons/learn-go-in-100-lines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Another option is to use the <code>go</code> command with the <code>run</code> s
{{< file "terminal" "command line" >}}
```text

$ go run helloworld.go
$ go run hello_world.go

# output
Hello, world
Expand Down Expand Up @@ -578,4 +578,4 @@ gopher 2 finished the dish
gopher 1 finished the dish
```

If you've made it to the end, congratulations! Hopefully, you had a lot of fun along the way. If you'd like to see more, check out Go's official [tour](https://tour.golang.org/list) which gives you a concise overview of the language. If you enjoyed this article, consider becoming a pro member at [fireship.io](https://fireship.io/pro/) and stay tuned for more content.
If you've made it to the end, congratulations! Hopefully, you had a lot of fun along the way. If you'd like to see more, check out Go's official [tour](https://tour.golang.org/list) which gives you a concise overview of the language. If you enjoyed this article, consider becoming a pro member at [fireship.io](https://fireship.io/pro/) and stay tuned for more content.