Re: Go (golang) packaging, using external libs

2023-07-06 Thread Nilesh Patra
On Thu, Jul 06, 2023 at 06:46:46PM +, Valera Rozuvan wrote: > Is it at all possible to create a proper DEB package: > > - using golang > - to be published in the official Debian package repository > - using a golang library which is not in Debian It is, golang has a provision for vendoring

Go (golang) packaging, using external libs

2023-07-06 Thread Valera Rozuvan
Hi, Is it at all possible to create a proper DEB package: - using golang - to be published in the official Debian package repository - using a golang library which is not in Debian (such as https://pkg.go.dev/github.com/lib/pq - A pure Go postgres driver) I would greatly appreciate, if someone