Skip to content
Snippets Groups Projects
  • Oleksandr Slynko's avatar
    58bea9c8
    Fix go vet issues (#720) · 58bea9c8
    Oleksandr Slynko authored
    * Fix go vet issues
    
    * to omit the property from JSON parsing one should use "-". "omit" in
    that case would use omit tag
    * The error was not reachable in the tests, so I moved it to the place
    where it make sense for me (but maybe it was just unnecessary)
    
    * Run all go vet linters in CI
    
    * This return breaks the test
    58bea9c8
    History
    Fix go vet issues (#720)
    Oleksandr Slynko authored
    * Fix go vet issues
    
    * to omit the property from JSON parsing one should use "-". "omit" in
    that case would use omit tag
    * The error was not reachable in the tests, so I moved it to the place
    where it make sense for me (but maybe it was just unnecessary)
    
    * Run all go vet linters in CI
    
    * This return breaks the test