mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: go-github-com-emicklei-go-restful: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: Idc88242d2ec3274a0b68244f5e91bbfc2dd8543c
This commit is contained in:
parent
0ca7181c80
commit
9a5946bc7a
2 changed files with 24 additions and 24 deletions
|
@ -4507,30 +4507,6 @@ sockets.")
|
|||
(description "Semver is a library for Semantic versioning written in Go.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-emicklei-go-restful
|
||||
(package
|
||||
(name "go-github-com-emicklei-go-restful")
|
||||
(version "3.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emicklei/go-restful")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m1y5a6xr6hmdj77afrvyh2llkbhn1166lcrgis654shl8zs9qhz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/emicklei/go-restful"))
|
||||
(home-page "https://github.com/emicklei/go-restful")
|
||||
(synopsis "Build REST-style web services using Go")
|
||||
(description "This package provides @code{go-restful}, which helps
|
||||
developers to use @code{http} methods explicitly and in a way that's consistent
|
||||
with the HTTP protocol definition.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-cloud-google-com-go-compute-metadata
|
||||
(package
|
||||
(name "go-cloud-google-com-go-compute-metadata")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue