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 f574220 commit d882f8d
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 @@ -37,7 +37,7 @@ Each comes with its own pros and cons.
## Expose the option struct

In this case, you'd export the `Style` struct with all its fields and let the user configure
them directly. The previous snipped already made the struct and fields public. From another
them directly. The previous snippet already made the struct and fields public. From another
package, you could import the `src` package and instantiate `Style` like this:

```go
Expand Down

0 comments on commit d882f8d

Please sign in to comment.