Created
November 7, 2019 12:47
-
-
Save jakexks/40a9095c08f2980b6e2189035dfe3b35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run --rm -it golang:1.13 | |
root@c0c5f9c90eaf:/go# mkdir -p src/github.com/micro && cd src/github.com/micro | |
root@c0c5f9c90eaf:/go/src/github.com/micro# git clone https://github.com/micro/go-micro && cd go-micro | |
Cloning into 'go-micro'... | |
remote: Enumerating objects: 93, done. | |
remote: Counting objects: 100% (93/93), done. | |
remote: Compressing objects: 100% (80/80), done. | |
remote: Total 11754 (delta 22), reused 37 (delta 9), pack-reused 11661 | |
Receiving objects: 100% (11754/11754), 3.11 MiB | 4.21 MiB/s, done. | |
Resolving deltas: 100% (6988/6988), done. | |
root@c0c5f9c90eaf:/go/src/github.com/micro/go-micro# go build | |
go: downloading github.com/micro/cli v0.2.0 | |
go: downloading github.com/golang/protobuf v1.3.2 | |
go: downloading github.com/google/uuid v1.1.1 | |
go: downloading github.com/pkg/errors v0.8.1 | |
go: downloading golang.org/x/net v0.0.0-20191011234655-491137f69257 | |
go: downloading google.golang.org/grpc v1.24.0 | |
go: downloading github.com/go-log/log v0.1.0 | |
go: downloading github.com/mitchellh/hashstructure v1.0.0 | |
go: extracting github.com/google/uuid v1.1.1 | |
go: extracting github.com/micro/cli v0.2.0 | |
go: extracting github.com/pkg/errors v0.8.1 | |
go: downloading github.com/coreos/etcd v3.3.17+incompatible | |
go: extracting github.com/golang/protobuf v1.3.2 | |
go: extracting github.com/mitchellh/hashstructure v1.0.0 | |
go: extracting github.com/go-log/log v0.1.0 | |
go: downloading github.com/micro/mdns v0.3.0 | |
go: downloading github.com/lucas-clemente/quic-go v0.12.1 | |
go: extracting github.com/micro/mdns v0.3.0 | |
go: extracting google.golang.org/grpc v1.24.0 | |
go: extracting golang.org/x/net v0.0.0-20191011234655-491137f69257 | |
go: downloading github.com/json-iterator/go v1.1.7 | |
go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 | |
go: extracting github.com/lucas-clemente/quic-go v0.12.1 | |
go: downloading github.com/miekg/dns v1.1.15 | |
go: downloading github.com/nats-io/nats.go v1.8.1 | |
go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 | |
go: downloading golang.org/x/text v0.3.2 | |
go: downloading github.com/cheekybits/genny v1.0.0 | |
go: extracting github.com/json-iterator/go v1.1.7 | |
go: extracting github.com/nats-io/nats.go v1.8.1 | |
go: downloading github.com/modern-go/reflect2 v1.0.1 | |
go: downloading golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 | |
go: extracting github.com/modern-go/reflect2 v1.0.1 | |
go: downloading github.com/nats-io/nkeys v0.1.0 | |
go: extracting github.com/cheekybits/genny v1.0.0 | |
go: extracting github.com/coreos/etcd v3.3.17+incompatible | |
go: extracting github.com/nats-io/nkeys v0.1.0 | |
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: extracting golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 | |
go: extracting github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: downloading github.com/marten-seemann/qtls v0.3.2 | |
go: downloading github.com/nats-io/nuid v1.0.1 | |
go: extracting github.com/miekg/dns v1.1.15 | |
go: downloading github.com/gogo/protobuf v1.2.1 | |
go: downloading go.uber.org/zap v1.10.0 | |
go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 | |
go: extracting github.com/nats-io/nuid v1.0.1 | |
go: downloading github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f | |
go: extracting go.uber.org/zap v1.10.0 | |
go: downloading go.uber.org/atomic v1.4.0 | |
go: downloading go.uber.org/multierr v1.2.0 | |
go: extracting github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f | |
go: downloading github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | |
go: extracting go.uber.org/atomic v1.4.0 | |
go: extracting github.com/marten-seemann/qtls v0.3.2 | |
go: extracting go.uber.org/multierr v1.2.0 | |
go: extracting golang.org/x/text v0.3.2 | |
go: extracting github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | |
go: extracting github.com/gogo/protobuf v1.2.1 | |
go: extracting google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 | |
go: finding github.com/micro/cli v0.2.0 | |
go: finding github.com/google/uuid v1.1.1 | |
go: finding github.com/golang/protobuf v1.3.2 | |
go: finding github.com/go-log/log v0.1.0 | |
go: finding google.golang.org/grpc v1.24.0 | |
go: finding github.com/nats-io/nats.go v1.8.1 | |
go: finding golang.org/x/net v0.0.0-20191011234655-491137f69257 | |
go: finding github.com/micro/mdns v0.3.0 | |
go: finding github.com/json-iterator/go v1.1.7 | |
go: finding github.com/coreos/etcd v3.3.17+incompatible | |
go: finding github.com/miekg/dns v1.1.15 | |
go: finding github.com/mitchellh/hashstructure v1.0.0 | |
go: finding github.com/nats-io/nkeys v0.1.0 | |
go: finding github.com/nats-io/nuid v1.0.1 | |
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | |
go: finding golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 | |
go: finding github.com/pkg/errors v0.8.1 | |
go: finding github.com/modern-go/reflect2 v1.0.1 | |
go: finding github.com/gogo/protobuf v1.2.1 | |
go: finding google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 | |
go: finding github.com/lucas-clemente/quic-go v0.12.1 | |
go: finding golang.org/x/text v0.3.2 | |
go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 | |
go: finding go.uber.org/zap v1.10.0 | |
go: finding go.uber.org/atomic v1.4.0 | |
go: finding go.uber.org/multierr v1.2.0 | |
go: finding github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f | |
go: finding github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f | |
go: finding github.com/cheekybits/genny v1.0.0 | |
go: finding github.com/marten-seemann/qtls v0.3.2 | |
root@c0c5f9c90eaf:/go/src/github.com/micro/go-micro# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment