File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
//
15
15
// $ curl https://...cloudfunctions.net/clusterstatus
16
16
//
17
- package clusterstatus // import "github.com/elastic/go-elasticsearch/v8/_examples/clusterstatus"
17
+ package clusterstatus
18
18
19
19
import (
20
20
"encoding/json"
Original file line number Diff line number Diff line change 1
- package xkcdsearch // import "github.com/elastic/go-elasticsearch/v8/_examples/xkcdsearch"
1
+ package xkcdsearch
2
2
3
3
import (
4
4
"strings"
Original file line number Diff line number Diff line change 1
- package elasticsearch // import "github.com/elastic/go-elasticsearch/v8"
1
+ package elasticsearch
2
2
3
3
import (
4
4
"errors"
Original file line number Diff line number Diff line change 1
- package esapi // import "github.com/elastic/go-elasticsearch/v8/esapi"
1
+ package esapi
2
2
3
3
import (
4
4
"net/http"
Original file line number Diff line number Diff line change 1
- package estransport // import "github.com/elastic/go-elasticsearch/v8/estransport"
1
+ package estransport
2
2
3
3
import (
4
4
"bytes"
You can’t perform that action at this time.
0 commit comments