From fbc0447bcdad8e2a83caa74153d3a46d3a5b280d Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Fri, 27 Aug 2021 13:20:59 -0700 Subject: [PATCH] added more context --- _clients/go.md | 2 ++ 1 file changed, 2 insertions(+) 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