vetcher
vetcher
``` module mzsrv go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/antihax/optional v1.0.0 github.com/beorn7/perks v1.0.1 // indirect github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect github.com/getsentry/raven-go v0.2.0 github.com/go-pg/pg v8.0.6+incompatible github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect github.com/jinzhu/inflection v1.0.0 //...
``` > go get github.com/sebdah/goldie/v2 go: finding github.com/sebdah/goldie/v2 v2.2.0 go get github.com/sebdah/goldie/v2: module github.com/sebdah/goldie@upgrade found (v1.0.0), but does not contain package github.com/sebdah/goldie/v2 ``` =(
And also ``` > go get github.com/sebdah/goldie/[email protected] go: finding github.com/sebdah/goldie/v2 v2.2.0 go: finding github.com/sebdah/goldie v2.2.0 go get github.com/sebdah/goldie/[email protected]: github.com/sebdah/[email protected]: invalid version: module contains a go.mod file, so major version must...
I see here 3 variants (or any combinations): 1. take approach from `protoc`: plugins is an executable, transport via stdin 1. use golang (plugin)[http://golang.org/pkg/plugin] package: define interface some interface, with...
Hi there. Nothing works for me from suggestions above and [linked issue](https://github.com/KasemJaffer/receive_sharing_intent/issues/131). But I have own solution after 5 hours of debugging. Problem: Sharing text frizzes Safari. Main points in...
This feature is available in [my old pr](https://github.com/semrush/zenrpc/pull/23/files#diff-e7aabff4498aa61c581fe6fd5c90c50da24b02b88f32d75238a5dc37edaaa794R129-R134) and can be easily copied to some fork.
@matryer check #51, I added small test and comments above to show the problem
Not in priority
yes, I know about this problem with go modules. Microgen uses GOPATH to find import path to package with interface. I want to release v1 in near future which will...
Hi. For this years I realise, that core idea of microgen (generate everything from interface) is wrong. And, what's more important, I do not have access rights to this repo,...