minor fix

This commit is contained in:
ashwinkumar12345 2021-08-26 11:41:09 -07:00
parent bfc56f2f7f
commit 1c4f81eb53
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ func main() {
fmt.Println("cannot initialize", err)
}
// Print OpenSearch version information.
log.Println(client.Info())
// Print OpenSearch version information on console.
fmt.Println(client.Info())
// Define a mapping.
mapping := strings.NewReader(`{