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

Add support for TOML configuration files #144

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Conversation

kupiakos
Copy link
Contributor

This is used in many contexts, including being the format used by Cargo, the Rust package manager.

This is used in many contexts, including being the format used by
Cargo, the Rust package manager.
@codecov-commenter
Copy link

Codecov Report

Merging #144 (5c8c440) into master (af4d9cf) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #144   +/-   ##
=======================================
  Coverage   48.41%   48.41%           
=======================================
  Files           2        2           
  Lines         252      252           
=======================================
  Hits          122      122           
  Misses        123      123           
  Partials        7        7           
Impacted Files Coverage Δ
main.go 41.42% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kupiakos
Copy link
Contributor Author

These lint errors seem unrelated and go fmt results in no change.

Error: StringData not declared by package unsafe (typecheck)
  Error: StringData not declared by package unsafe (typecheck)
  Error: StringData not declared by package unsafe (typecheck)
  Error: String not declared by package unsafe (typecheck)
  Error: String not declared by package unsafe (typecheck)
  Error: String not declared by package unsafe (typecheck)
  Error: a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
  Error: a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
  Error: a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
  Error: a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)

@kupiakos
Copy link
Contributor Author

@mco-gh is there anything blocking this?

@mco-gh mco-gh merged commit 729a481 into google:master Jun 13, 2023
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.

3 participants