How to Install golang-github-mattn-go-sqlite3-dev in Ubuntu 18.04



Install golang-github-mattn-go-sqlite3-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-mattn-go-sqlite3-dev

Description:

sqlite3 driver for go that using database/sql

SQLite3 driver conforming to the built-in database/sql interface. Currently, go-sqlite3 support following data types: null, integer, float, blob, text and timestamp/datetime.

Homepage: https://github.com/mattn/go-sqlite3

Version: 1.4.0~ds1-3

Section: universe/devel