-
I'd like the compiler to intrinsicify user defined assembly functions.
here is a simple sketch of the user interface:
we introduce CLOBBER pseudo instruction to describe that after
certain instructio…
minux updated
6 years ago
-
When i use exapmple code
`package main
import (
"fmt"
"gopkg.in/AlecAivazis/survey.v1"
)
// the questions to ask
var qs = []*survey.Question{
{
Name: "name",
…
-
On OS X 11.11.1, most of the Go commands seem to be working, however `Go Build` on save does not work.
Go Path seems to be correct.
ppone updated
6 years ago
-
I was try to migrate from the zipkin backend to jaeger, so everything I need is to swap the tracer.
To init the tracer:
```
// Sample configuration for testing. Use constant sampling to sample ev…
-
### Bug report
__System info:__ Github head version; linux
__Steps to reproduce:__
1. mkdir mygo
2. cd mygo
3. export GOPATH=~/mygo
4. go get github.com/influxdata/influxdb/...
__Expe…
-
`$ go get github.com/digitalocean/doctl/cmd/doctl` doesn't work out of the box:
```
$ go get github.com/digitalocean/doctl/cmd/doctl
# cd /home/user/mygo/src/github.com/digitalocean/doctl; git submod…
-
I'm getting a similar error to #13214 but that issue has been marked fixed.
Trying to run all.bash on either tip or 1.7beta2. This continues to happen even after deleting $GOROOT/pkg
```
--- FAIL: T…
-
I test on vagrant-ubuntu-trusty-64, master branch:
root@vagrant-ubuntu-trusty-64:/mygo/src/k8s.io/kubernetes# KUBE_ENABLE_CLUSTER_DNS=true hack/local-up-cluster.sh (its ok)
vagrant@vagrant-ubuntu-…
ghost updated
7 years ago
-
```bash
# version of unused
$ (command cd $(go list -f '{{.Dir}}' honnef.co/go/tools/cmd/unused) && git rev-parse HEAD)
1ba7faeb10037a3afd6711b66c299ffb74f08959
```
My specific example is `unus…
-
Hello, I use IConsole.take_snapshot() to creates a new snapshot. But it is failed to find attribute takeSnapshot in 13202 in_p=[name, description])
13203 progress = IPr…