Skip to content

Commit

Permalink
Publish blog on configuring options in Go, closes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Sep 6, 2023
1 parent d63af44 commit 59c803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/go/configure_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ users can instantiate the struct with named parameters to avoid breakage:
```go
c := &src.Style{
Fg: "\033[31m", // Maroon
// Bg will be implicitly set to an empty string
// Bg will be implicitly set to an empty string
}
```

Expand Down

0 comments on commit 59c803e

Please sign in to comment.