gin-go @ v1.2
integrity
- size
- 153.5 KiB
- downloaded
- last checked
release notes
- [NEW] Switch from godeps to govendor
- [NEW] Add support for Let's Encrypt via gin-gonic/autotls
- [NEW] Improve README examples and add extra at examples folder
- [NEW] Improved support with App Engine
- [NEW] Add custom template delimiters, see #860
- [NEW] Add Template Func Maps, see #962
- [NEW] Add *context.Handler(), see #928
- [NEW] Add *context.GetRawData()
- [NEW] Add *context.GetHeader() (request)
- [NEW] Add *context.AbortWithStatusJSON() (JSON content type)
- [NEW] Add *context.Keys type cast helpers
- [NEW] Add *context.ShouldBindWith()
- [NEW] Add *context.MustBindWith()
- [NEW] Add *engine.SetFuncMap()
- [DEPRECATE] On next release: *context.BindWith(), see #855
- [FIX] Refactor render
- [FIX] Reworked tests
- [FIX] logger now supports cygwin
- [FIX] Use X-Forwarded-For before X-Real-Ip
- [FIX] time.Time binding (#904)
download
unix · zip
curl -fL -o v1.2.zip https://ratatoskr.space/pkg/gin-go/v1.2.zip
printf '%s %s\n' '768a3bb5c446144e7ef9a8686be0ad1b00f3b866fc9160fda9eebe82d2798aca' 'v1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gin-go/v1.2.zip"
$out = "v1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "768a3bb5c446144e7ef9a8686be0ad1b00f3b866fc9160fda9eebe82d2798aca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.tar.gz https://ratatoskr.space/pkg/gin-go/v1.2.tar.gz
printf '%s %s\n' '4d8b3971c2d4a1d6589aa83ea7161632b8b7a5930d5e1c038245a648438821de' 'v1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gin-go/v1.2.tar.gz"
$out = "v1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d8b3971c2d4a1d6589aa83ea7161632b8b7a5930d5e1c038245a648438821de") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.zip
printf '%s %s\n' '768a3bb5c446144e7ef9a8686be0ad1b00f3b866fc9160fda9eebe82d2798aca' 'v1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.zip"
$out = "v1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "768a3bb5c446144e7ef9a8686be0ad1b00f3b866fc9160fda9eebe82d2798aca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.tar.gz
printf '%s %s\n' '4d8b3971c2d4a1d6589aa83ea7161632b8b7a5930d5e1c038245a648438821de' 'v1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.tar.gz"
$out = "v1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d8b3971c2d4a1d6589aa83ea7161632b8b7a5930d5e1c038245a648438821de") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.2.zip | zip | 153.5 KiB |
blake3-24 91ba5993ca0be147561edd209c8e70c128c848e6b13d5a35
sha256 768a3bb5c446144e7ef9a8686be0ad1b00f3b866fc9160fda9eebe82d2798aca
sha1 648efcf36f1975707c3ab9216aac44eac340879c
|
| v1.2.tar.gz | tar.gz | 121.2 KiB |
blake3-24 eaf68ed1cb5e30a6a13d56adc36f469f4a12ffaa53b8f17c
sha256 4d8b3971c2d4a1d6589aa83ea7161632b8b7a5930d5e1c038245a648438821de
sha1 23d1f4a6e4c5e9863b058e2b983aa6976c9b376a
|
install
bazel
http_archive(
name = "gin-go",
urls = ["https://ratatoskr.space/pkg/gin-go/v1.2.tar.gz"],
integrity = "sha256-TYs5ccLUodZYmqg+pxYWMri3pZMNXhwDgkWmSEOIId4=",
strip_prefix = "gin-go-v1.2",
)
zig
.url = "https://ratatoskr.space/pkg/gin-go/v1.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "gin-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.tar.gz"],
integrity = "sha256-TYs5ccLUodZYmqg+pxYWMri3pZMNXhwDgkWmSEOIId4=",
strip_prefix = "gin-go-v1.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gin-go/v1.2.tar.gz",