-
Version Information
github.com/Qitmeer/qng
cloud.google.com/go v0.37.0
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3
dmitri.shuralyov.com/html/belt v0.0.0-20180602232…
-
```
package main
type T struct {
x int
}
//go:noinline
func (t *T) Foo() int {
return t.x
}
func main() {
(*T)(nil).Foo()
}
```
When run in go 1.16, we get:
```
panic: runtime …
-
I've been playing with `GoRun` and `GoTest` and noticed a few bugs;
~~* (GoTest) if you set a non-default runner, e.g. richgo, and run only `GoTest` without any args, it installs it, and runs the t…
-
i can't seem to get this to work - here is my `.github/workflows/test.yml`
```yaml
name: test
on:
push:
branches-ignore:
- staging
- production
permissions:
contents: …
-
Extension version: golang.go v0.28.0-rc.2
Platform: WIndows
![Screen Shot 2021-09-16 at 5 32 27 PM](https://user-images.githubusercontent.com/4999471/133688889-4f5055a7-367b-4159-b371-a9ac1e348ae5…
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- go version go1.16.…
-
⨯ release failed after 0.94s error=failed to build for linux_amd64: # github.com/joe-elliott/cert-exporter/src/checkers
../../../go/pkg/mod/github.com/joe-elliott/cert-exporter@v1.4.0/src/chec…
-
**Package ecosystem**
Go mod
**Package manager version**
Go 1.17
**Language version**
Go 1.17
**Manifest location and content prior to update**
**dependabot.yml content**
```
ve…
-
-
The following test panics in `logFailureFromBool` on `go version go1.13.4 linux/amd64`.
```go
func Test(t *testing.T) {
t.Log(assert.Check(t, false))
}
```
It looks like the playground doe…