-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add missing docs from new modules #165
Conversation
@@ -372,5 +372,5 @@ func Module() *object.Module { | |||
"get": object.NewBuiltin("k8s.get", Get), | |||
"apply": object.NewBuiltin("k8s.apply", Apply), | |||
"delete": object.NewBuiltin("k8s.delete", Delete), | |||
}).WithDocstring(docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WithDocstring
doesn't seem to be defined anywhere and I don't know where it came from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, thanks for cleaning this up. It must've been a lingering merge/rebase issue from my docs branch.
@@ -1,3 +1,3 @@ | |||
module github.com/risor-io/risor/cmd/risor-docs | |||
|
|||
go 1.21.4 | |||
go 1.21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, and even though I always run the latest version, gopls
fails when the version number includes the patch version and there's a replace
statement in go.mod
, there are some reports of this issue upstream but it hasn't been fixed yet, so if you don't mind, I'm dropping the patch version here.
Signed-off-by: Luis Davim <dluis@vmware.com>
f954074
to
5f85034
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:success:
No description provided.