gopherdata / gopherdata/gophernotes
can't use go module in go 1.14
- Ngôn ngữ chính
- Go
- Star
- 4k
- Fork
- 264
- Merge trung bình
- 7 ngày 21 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả

```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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.