Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-gin-gonic-devel | Distribution: Mageia |
Version: 1.8.2 | Vendor: Mageia.Org |
Release: 1.mga9 | Build date: Sat Jan 14 20:08:11 2023 |
Group: Development/Other | Build host: localhost |
Size: 845231 | Source RPM: golang-github-gin-gonic-1.8.2-1.mga9.src.rpm |
Packager: guillomovitch <guillomovitch> | |
Url: https://github.com/gin-gonic/gin | |
Summary: HTTP web framework written in Go |
Gin is a web framework written in Go. It features a martini-like API with much better performance, up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gin-gonic/gin
MIT
* Sat Jan 14 2023 guillomovitch <guillomovitch> 1.8.2-1.mga9 + Revision: 1933033 - new version 1.8.2 + umeabot <umeabot> - Mageia 9 Mass Rebuild * Tue Nov 23 2021 guillomovitch <guillomovitch> 1.6.3-1.mga9 + Revision: 1758755 - imported package golang-github-gin-gonic
/usr/share/doc/golang-github-gin-gonic-devel /usr/share/doc/golang-github-gin-gonic-devel/AUTHORS.md /usr/share/doc/golang-github-gin-gonic-devel/BENCHMARKS.md /usr/share/doc/golang-github-gin-gonic-devel/CHANGELOG.md /usr/share/doc/golang-github-gin-gonic-devel/CODE_OF_CONDUCT.md /usr/share/doc/golang-github-gin-gonic-devel/CONTRIBUTING.md /usr/share/doc/golang-github-gin-gonic-devel/README.md /usr/share/doc/golang-github-gin-gonic-devel/examples /usr/share/doc/golang-github-gin-gonic-devel/examples/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/gin-gonic /usr/share/gocode/src/github.com/gin-gonic/gin /usr/share/gocode/src/github.com/gin-gonic/gin/.goipath /usr/share/gocode/src/github.com/gin-gonic/gin/AUTHORS.md /usr/share/gocode/src/github.com/gin-gonic/gin/BENCHMARKS.md /usr/share/gocode/src/github.com/gin-gonic/gin/CHANGELOG.md /usr/share/gocode/src/github.com/gin-gonic/gin/CODE_OF_CONDUCT.md /usr/share/gocode/src/github.com/gin-gonic/gin/CONTRIBUTING.md /usr/share/gocode/src/github.com/gin-gonic/gin/README.md /usr/share/gocode/src/github.com/gin-gonic/gin/any.go /usr/share/gocode/src/github.com/gin-gonic/gin/auth.go /usr/share/gocode/src/github.com/gin-gonic/gin/auth_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/benchmarks_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding /usr/share/gocode/src/github.com/gin-gonic/gin/binding/any.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/binding.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/binding_msgpack_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/binding_nomsgpack.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/binding_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/default_validator.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/default_validator_benchmark_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/default_validator_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/form.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/form_mapping.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/form_mapping_benchmark_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/form_mapping_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/header.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/json.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/json_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/msgpack.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/msgpack_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/multipart_form_mapping.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/multipart_form_mapping_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/protobuf.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/query.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/toml.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/toml_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/uri.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/validate_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/xml.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/xml_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/yaml.go /usr/share/gocode/src/github.com/gin-gonic/gin/binding/yaml_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/context.go /usr/share/gocode/src/github.com/gin-gonic/gin/context_1.16_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/context_1.17_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/context_appengine.go /usr/share/gocode/src/github.com/gin-gonic/gin/context_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/debug.go /usr/share/gocode/src/github.com/gin-gonic/gin/debug_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/deprecated.go /usr/share/gocode/src/github.com/gin-gonic/gin/deprecated_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/doc.go /usr/share/gocode/src/github.com/gin-gonic/gin/errors.go /usr/share/gocode/src/github.com/gin-gonic/gin/errors_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/examples /usr/share/gocode/src/github.com/gin-gonic/gin/examples/README.md /usr/share/gocode/src/github.com/gin-gonic/gin/fs.go /usr/share/gocode/src/github.com/gin-gonic/gin/gin.go /usr/share/gocode/src/github.com/gin-gonic/gin/ginS /usr/share/gocode/src/github.com/gin-gonic/gin/ginS/README.md /usr/share/gocode/src/github.com/gin-gonic/gin/ginS/gins.go /usr/share/gocode/src/github.com/gin-gonic/gin/gin_integration_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/gin_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/githubapi_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/go.mod /usr/share/gocode/src/github.com/gin-gonic/gin/internal /usr/share/gocode/src/github.com/gin-gonic/gin/internal/bytesconv /usr/share/gocode/src/github.com/gin-gonic/gin/internal/bytesconv/bytesconv.go /usr/share/gocode/src/github.com/gin-gonic/gin/internal/bytesconv/bytesconv_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/internal/json /usr/share/gocode/src/github.com/gin-gonic/gin/internal/json/go_json.go /usr/share/gocode/src/github.com/gin-gonic/gin/internal/json/json.go /usr/share/gocode/src/github.com/gin-gonic/gin/internal/json/jsoniter.go /usr/share/gocode/src/github.com/gin-gonic/gin/logger.go /usr/share/gocode/src/github.com/gin-gonic/gin/logger_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/middleware_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/mode.go /usr/share/gocode/src/github.com/gin-gonic/gin/mode_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/path.go /usr/share/gocode/src/github.com/gin-gonic/gin/path_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/recovery.go /usr/share/gocode/src/github.com/gin-gonic/gin/recovery_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/render /usr/share/gocode/src/github.com/gin-gonic/gin/render/any.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/data.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/html.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/json.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/msgpack.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/protobuf.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/reader.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/reader_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/redirect.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/render.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/render_msgpack_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/render_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/text.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/toml.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/xml.go /usr/share/gocode/src/github.com/gin-gonic/gin/render/yaml.go /usr/share/gocode/src/github.com/gin-gonic/gin/response_writer.go /usr/share/gocode/src/github.com/gin-gonic/gin/response_writer_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/routergroup.go /usr/share/gocode/src/github.com/gin-gonic/gin/routergroup_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/routes_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/test_helpers.go /usr/share/gocode/src/github.com/gin-gonic/gin/tree.go /usr/share/gocode/src/github.com/gin-gonic/gin/tree_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/utils.go /usr/share/gocode/src/github.com/gin-gonic/gin/utils_test.go /usr/share/gocode/src/github.com/gin-gonic/gin/version.go /usr/share/licenses/golang-github-gin-gonic-devel /usr/share/licenses/golang-github-gin-gonic-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 19 10:04:00 2025