Skip to content
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

goversioninfo is Windows centric #11

Open
gedw99 opened this issue Oct 5, 2024 · 0 comments
Open

goversioninfo is Windows centric #11

gedw99 opened this issue Oct 5, 2024 · 0 comments

Comments

@gedw99
Copy link

gedw99 commented Oct 5, 2024

https://github.com/jantari/rewinged/blob/main/main.go#L1

//go:generate goversioninfo

package main

goversioninfo - Its only for Windows, and the compiler blows up on a non windows machine.

https://github.com/josephspurrier/goversioninfo

go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest

versioned - its for all OS.

https://github.com/greenpau/versioned

go install github.com/greenpau/versioned/cmd/versioned@latest

so I suggest we use flags to allow both.. yes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant