[go-nuts] Re: Unmarshal XML element to interface{}

2020-11-08 Thread Muse254
@[matt@gmail.com] deserves a beer, I really needed to unmarshal to an interface On Thursday, 14 May 2020 at 22:58:48 UTC+3 Saied Seghatoleslami wrote: > I have tried unmarshalling various JSON and XML files with limited > success. So I ended up writing a "lexer" along the lines of Rob

[go-nuts] Re: go get not downloading a module under a repository from BitBucket

2020-11-08 Thread Dean Schulze
I created the tag *git tag integration-common/util/v0.0.1* and verified that it got pushed to bitbucket. When I `go get` the tag it shows go get bitbucket.org/orgname/reponame@integration-common/util/v0.0.1 go: bitbucket.org/orgname/reponame/integration-common/util/v0.0.1 => v0.0.1 but

[go-nuts] Re: go get not downloading a module under a repository from BitBucket

2020-11-08 Thread seank...@gmail.com
https://golang.org/ref/mod#vcs-version 3rd paragraph > If a module is defined in a subdirectory within the repository, that is, the module subdirectory portion of the module path is not empty, then each tag name must be prefixed with the

Re: [go-nuts] Stop triggering firewall on Windows? Preset build path?

2020-11-08 Thread Space A.
Just was going to say that =) суббота, 7 ноября 2020 г. в 23:01:17 UTC+3, Egon: > If you use `127.0.0.1:0` as your listening address then the firewall won't > trigger as well. > > On Saturday, 7 November 2020 at 15:20:06 UTC+2 Aleistar Markóczy wrote: > >> I may not be "using go run as a

[go-nuts] SFTPGo 1.2.0 Released

2020-11-08 Thread Nicola Murino
Hi all, I'm pleased to announce SFTPGo 1.2.0! SFTPGo is a fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support, written in Go. It can serve local filesystem, S3 (compatible) Object Storage, Google Cloud Storage and Azure Blob Storage. Here are the main