How to Install and Uninstall golang-github-goji-param-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "golang-github-goji-param-dev" package

This is a short guide on how to install golang-github-goji-param-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-goji-param-dev

2. Uninstall "golang-github-goji-param-dev" package

Please follow the guidelines below to uninstall golang-github-goji-param-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-goji-param-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-goji-param-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-goji-param-dev
Architecture: all
Version: 0.0~git20160927.d7f49fd-5
Priority: optional
Section: universe/devel
Source: golang-github-goji-param
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Filename: pool/universe/g/golang-github-goji-param/golang-github-goji-param-dev_0.0~git20160927.d7f49fd-5_all.deb
Size: 11348
MD5sum: d0395dbaf99b9bc70d004a72ec9f4c0c
SHA1: 6dc8169cb6b2594cb5fdef4928b7e1ac14e535a0
SHA256: 816dc4153fb520580f8fbed177d113a80cbbb1012d9da561ff1ec814f9891e50
SHA512: f46a6f1b2b7f0e64ffb992b80c5d074942bf541965d6d6bfd1ad82fac5835b5de158d4df9c2cc0b3112a88c18e1ecd69293a0bf2d91927a0a1ca523f89c322c9
Homepage: https://github.com/goji/param
Description-en: Rack / jQuery style parameter parsing for Go
param deserializes parameter values into a given struct using
magical reflection ponies.
.
Inspired by gorilla/schema, but uses Rails/jQuery style param encoding
instead of their weird dotted syntax. In particular, this package was
written with the intent of parsing the output of jQuery.param.
.
This package uses struct tags to guess what names things ought to have. If
a struct value has a "param" tag defined, it will use that. If there is
no "param" tag defined, the name part of the "json" tag will be used. If
that is not defined, the name of the field itself will be used (no case
transformation is performed).
.
If the name derived in this way is the string "-", param will refuse to
set that value.
.
The parser is extremely strict, and will return an error if it has any
difficulty whatsoever in parsing any parameter, or if there is any kind
Description-md5: aa750aa3e79de12b9902b4ec7b1f65e3