-
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
Fix ./bingo/README.md: variables.go was never supported. #141
Labels
bug
Something isn't working
Comments
This does not seem to be supported |
Thanks! Sorry, it's left our readme item, it's not supported as we didn't find a lot of use cases. Do you need this? Let's then remove the mention of it - here: https://github.com/bwplotka/bingo/blob/main/get.go#L820 Help wanted (: |
@bwplotka I was hoping that this would fix the following observation (screenshot and link below) |
aimuz
added a commit
to aimuz/bingo
that referenced
this issue
Nov 30, 2023
The reference to `variables.go` in the README was removed because it is not supported. There were not enough use cases to justify its presence. Fixes bwplotka#141
aimuz
added a commit
to aimuz/bingo
that referenced
this issue
Nov 30, 2023
The reference to `variables.go` in the README was removed because it is not supported. There were not enough use cases to justify its presence. Fixes bwplotka#141
bwplotka
pushed a commit
that referenced
this issue
Dec 18, 2023
The reference to `variables.go` in the README was removed because it is not supported. There were not enough use cases to justify its presence. Fixes #141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bingo version
output:v0.8
go version
output:go version go1.20.4 darwin/arm64
What happened:
variables.go
file is not generated by bingo as documented in READMEWhat you expected to happen:
variables.go should be generated
How to reproduce it (as minimally and precisely as possible):
Examples:
You can see it in this repo itself. If you look at the code below you see the README documentation generated by bingo
bingo/.bingo/README.md
Line 9 in fd11be5
but if you look at the directory the
variables.go
file is not present.The text was updated successfully, but these errors were encountered: