golang-github-mattn-go-sqlite3 software package provides sqlite3 driver for go that using database/sql, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install golang-github-mattn-go-sqlite3
golang-github-mattn-go-sqlite3 is installed in your system.
Make ensure the golang-github-mattn-go-sqlite3 package were installed using the commands given below,
$ sudo dpkg-query -l | grep golang-github-mattn-go-sqlite3*
You will get with golang-github-mattn-go-sqlite3 package name, version, architecture and description in a table
| Distro | Debian 9 stretch |
| Section | Development |
| Package | golang-github-mattn-go-sqlite3 |
| Version | 1.1.0~dfsg1-2 |
| Description | sqlite3 driver for go that using database/sql |
| Sub Section | devel |