Skip to content

Commit

Permalink
docs: clarify imports in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 12, 2024
1 parent 1feb60b commit b99e1f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ import will be the Bubble Tea library, which we'll call `tea` for short.
```go
package main

// XXX: These imports will be used later on the tutorial. If you save the file
// now, Go might complain they are unused, but that is to be expected.
// You may also need to run `go mod tidy` to download bubbletea and its
// dependencies.
import (
"fmt"
"os"
Expand Down

0 comments on commit b99e1f4

Please # to comment.