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

feat(bypass-init): Adding compile time init() function bypass mechanism #188

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

krisnova
Copy link
Contributor

This feature allows a user to bypass the default command line flags that livego assumes.

This is useful for projects that are vendoring the code directly, and do not want to assume the same command line flags as the main project.

This also fixes the liveconfig.go file to use correct gofmt.

Signed-off-by: Kris Nóva [email protected]

 This feature allows a user to bypass the default command line flags that livego assumes.

 This is useful for projects that are vendoring the code directly, and do not want to assume the same command line flags as the main project.

Signed-off-by: Kris Nóva <[email protected]>
@gwuhaolin gwuhaolin merged commit e8d36e4 into gwuhaolin:master Dec 9, 2021
zffgithub pushed a commit to zffgithub/livego that referenced this pull request Mar 18, 2022
feat(bypass-init): Adding compile time init() function bypass mechanism
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

Successfully merging this pull request may close these issues.

2 participants