Skip to content
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<h6 align="center">Rustlings‑style Go exercises in a tiny CLI.</h6>
</p>

## Why this exists
### Why this exists

This project is my attempt to learn Go by building as I learn, making the journey more engaging while exploring the language in practice. I'm sharing the exercises and tooling so others can learn alongside me.

## Install (Go 1.22+)
### Install (Go 1.22+)

```bash
go install github.com/shravan20/golearn/cmd/golearn@latest
```

## Use
### Use

```bash
# In any folder, set up exercises here
Expand Down Expand Up @@ -53,12 +53,12 @@ make progress
make watch
```

## Tips
### Tips

- The progress bar adapts to terminal width via the `COLUMNS` env var.
- Press Ctrl+C to stop watch mode.

## Licensing and Attribution
### Licensing and Attribution

- Code: [MIT](./LICENSE)
- Non-code lesson content and any included gopher artwork: [CC BY 3.0](./CONTENT_LICENSE).
Expand Down
Loading