This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
oauth2-proxy
Watch
1
Star
0
Fork
0
You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced
2025-05-21 22:33:38 +02:00
Code
Issues
Releases
Activity
oauth2-proxy
/
pkg
/
version
/
version.go
5 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
feat: Replace default Go user-agent with oauth2-proxy and version (#2570) * feat: Replace default Go user-agent with oauth2-proxy and version * Add to CHANGELOG * Make userAgentTransport configurable and composable * Use correct naming convention for DefaultHTTPClient * Move version to own package and use named arguments * Update version path in Makefile * Fix import path in Makefile * Change importpath in dist.sh * Minor style issues
2024-07-14 22:09:17 +02:00
package
version
Add config file support
2014-11-09 14:51:10 -05:00
Add comments to exported methods for root package
2018-12-20 09:30:42 +00:00
// VERSION contains version information
Introduce Makefile
2019-01-04 10:58:30 +00:00
var
VERSION
=
"undefined"
Reference in New Issue
Copy Permalink