How to Install golang-go.uber-atomic-dev in Ubuntu 18.04



Install golang-go.uber-atomic-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-go.uber-atomic-dev

Description:

Simple wrappers for primitive types to enforce atomic access

The standard library's `sync/atomic` is powerful, but it's easy to forget which variables must be accessed atomically. `go.uber.org/atomic` preserves all the functionality of the standard library, but wraps the primitive types to provide a safer, more convenient API.

Homepage: https://go.uber.org/atomic

Version: 1.2.0+git20170719.9.70bd126-1

Section: universe/devel