yunabe / gobug25065

A repository to reproduce https://github.com/golang/go/issues/25065

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobug25065

A repository to reproduce golang/go#25065

Usage

Make sure $GOPATH is set properly. Then, run the following commands.

go get -d github.com/yunabe/gobug25065
$(go env GOPATH)/src/github.com/yunabe/gobug25065/run.sh

Note

The error is gone if we remove fmt.Println((*myType).A) from src.go.

About

A repository to reproduce https://github.com/golang/go/issues/25065


Languages

Language:Shell 62.3%Language:Go 37.7%