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

Re: How to lower a record to the build code ?

2021-05-07 Thread Edouard Klein
Dear Christopher, I can't thank you enough, your idea of "ungexp[ing] the record access bits" is what got me out of the tarpit. You can see the resulting code here, which will hopefully clear the misunderstandings generated by my oversimplification of the minimal nonworking example: https://issue