diff --git a/_clients/go.md b/_clients/go.md index e77fc0dd..06b6e533 100644 --- a/_clients/go.md +++ b/_clients/go.md @@ -25,6 +25,8 @@ go get github.com/opensearch-project/opensearch-go ## Sample code +This sample code creates a client, adds an index with non-default settings, inserts a document, searches for the document, deletes the document, and finally deletes the index: + ```go package main