How to Install and Uninstall golang-github-creasty-defaults-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-creasty-defaults-dev" package

This is a short guide on how to install golang-github-creasty-defaults-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-creasty-defaults-dev

2. Uninstall "golang-github-creasty-defaults-dev" package

Please follow the guidance below to uninstall golang-github-creasty-defaults-dev on Kali Linux:

$ sudo apt remove golang-github-creasty-defaults-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-creasty-defaults-dev package on Kali Linux

Package: golang-github-creasty-defaults-dev
Source: golang-github-creasty-defaults
Version: 1.7.0-1
Installed-Size: 47
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 7852
SHA256: c0489d85083fb7406e0de844d3991f07c23313bb74cf207b42db68a60276bbcb
SHA1: f7c0b5a3e6ef3e36948d476047cd257dd438f89f
MD5sum: e8913c9c7b552a6f0606ef8ee2d43111
Description: Initialize structs with default values (library)
Initialize structs with default values
.
* Supports almost all kind of types
* Scalar types
* int/8/16/32/64, uint/8/16/32/64, float32/64
* uintptr, bool, string
* Complex types
* map, slice, struct
* Nested types
* map[K1]map[K2]Struct, []map[K1]Struct[]
* Aliased types
* time.Duration
* e.g., type Enum string
* Pointer types
* e.g., *SampleStruct, *int
.
* Recursively initializes fields in a struct
* Dynamically sets default values by defaults.Setter (/setter.go)
interface
* Preserves non-initial values from being reset with a default value
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/creasty/defaults
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-creasty-defaults/golang-github-creasty-defaults-dev_1.7.0-1_all.deb