Alexander Håkansson

Results 3 issues of Alexander Håkansson

This change in v1.9.1 broke our build pipeline, as we are using template overrides which now suddenly are expected to be placed in a different location: https://github.com/deepmap/oapi-codegen/compare/v1.9.0...v1.9.1#diff-adba78e29f6e65748fe711bfeb66b4a82a9b59226b5d2c0d8c891e2c5a7d48f1 In our particular...

bug
☢️ breaking change

Simply adds the file extension '.go' as a default. This is the default extension for the programming language [Go](https://golang.org). I do a lot of programming in Go and I like...

Enhancement
Priority : Low
Pull Request Needs More Work

Instead of hard coding `log.Printf("unable to refresh key: %v", err)` it would be nice if you either A) allowed disabling this log output or B) allowed specifying a custom logger...