gopherdata / gopherdata/gophernotes
can't use go module in go 1.14
- Lenguaje dominante
- Go
- Estrellas
- 4k
- Forks
- 264
- Merge medio
- 7 d 21 h
- PR fusionados (30 d)
- 1
Descripción

```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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.