gopherdata / gopherdata/gophernotes
can't use go module in go 1.14
- 主要言語
- Go
- スター
- 4k
- フォーク
- 264
- 平均マージ
- 7日 21時間
- マージ済み PR(30日)
- 1
説明

```go
import elasticsearch7 "github.com/elastic/go-elasticsearch/v7"
```
## But in the latest version of gomacro is successful.
```bash
gomacro> import elasticsearch7 "github.com/elastic/go-elasticsearch/v7"
// debug: looking for package "github.com/elastic/go-elasticsearch/v7" ...
// debug: compiling "/Users/gclove/go/src/gomacro.imports/github.com/elastic/go-elasticsearch/v7/v7.go" ...
go: finding module for package github.com/elastic/go-elasticsearch/v7
go: found github.com/elastic/go-elasticsearch/v7 in github.com/elastic/go-elasticsearch/v7 v7.8.0
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。