Re: Packaging Golang programs

2021-05-07 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Friday, April 30, 2021 3:24 PM, Formbi wrote: > Hi > > I'm trying to package Protonmail's proton-bridge, which is written in Go. In > most cases, it's quite easy to import a package or write the definition > manually. However, some packages are made of sub-pa

Packaging Golang programs

2021-04-30 Thread Formbi
Hi I'm trying to package Protonmail's proton-bridge, which is written in Go. In most cases, it's quite easy to import a package or write the definition manually. However, some packages are made of sub-packages and the build system says, for example: can't load package: package golang.org/x/mob