Re: [go-nuts] Golang Packages

2022-03-17 Thread Nickolas Daniel Filip
I've tried on a fresh repo without any tags and it worked just fine. Thank you very much! On Wednesday, March 16, 2022 at 11:40:39 PM UTC+2 se...@liao.dev wrote: > It's available if you use the generated pseudoversion as the version in > the pkgsite url . you can get it via a call to go get

Re: [go-nuts] Golang Packages

2022-03-16 Thread 'Sean Liao' via golang-nuts
It's available if you use the generated pseudoversion as the version in the pkgsite url . you can get it via a call to go get (which is necessary to populate the proxy for pkgsite). A bit difficult to demonstrate on your module as testbranch right now points to v0.0.1 which takes precedence. On

[go-nuts] Golang Packages

2022-03-16 Thread Nickolas Daniel Filip
Hi! So what I'm trying to achieve is the following: I have a github repository containing my golang source code: github.com/nickolasdaniel/golang-ginrest On this repo I have 2 branches: 'main' and 'testbranch' I can access my source code on the pkg.go.dev as following: