How to Install and Uninstall golang-github-goji-param-dev Package on Kali Linux

Last updated: May 17,2024

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

This guide let you learn how to install golang-github-goji-param-dev on Kali Linux

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

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

Learn how to uninstall golang-github-goji-param-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-goji-param-dev
Source: golang-github-goji-param
Version: 0.0~git20160927.d7f49fd-6
Installed-Size: 50
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 11416
SHA256: 22613159d6e2e9a61f0e9ec26716cc499f88d0d9a6cfa0295190a59f2e4c7019
SHA1: 3e17dffac5df0fd590443df395db29fe14346e68
MD5sum: 4b8b4eea0169a29312297f4d4a4e8723
Description: 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:
Homepage: https://github.com/goji/param
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-goji-param/golang-github-goji-param-dev_0.0~git20160927.d7f49fd-6_all.deb