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

Support additional characters for flag keys #348

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Support additional characters for flag keys #348

merged 1 commit into from
Apr 7, 2020

Conversation

dcramer
Copy link
Contributor

@dcramer dcramer commented Apr 7, 2020

Add support for : and . characters.

Fixes #347

Add support for `:` and `.` characters.
@dcramer
Copy link
Contributor Author

dcramer commented Apr 7, 2020

Unrelated - how do I avoid go.sum being updated when running make deps/test?

(I havent written go in quite some time so not familiar w/ current ecosystem/tooling)

@zhouzhuojie
Copy link
Collaborator

LGTM.

For go.sum, if you only run make deps or make vendor it shouldn't change go.sum, because it serves as a lock with vendors' SHA.

@zhouzhuojie zhouzhuojie merged commit f94aa14 into openflagr:master Apr 7, 2020
@chadwhitacre chadwhitacre deleted the feat/expand-key-characters branch February 16, 2022 20:05
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.

[feat] Support additional characters in keys
2 participants