We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3de63 commit ef3237dCopy full SHA for ef3237d
README.md
@@ -76,7 +76,7 @@ the code clean and testable as you scale the number of options.
76
Serpent's [Option](https://pkg.go.dev/github.com/coder/serpent#Option) type looks like:
77
78
```go
79
-type Option {
+type Option struct {
80
Name string
81
Flag string
82
Env string
0 commit comments