From bb661ed278a6085ea7dfb949d3075b88cbe91c72 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 15 Sep 2023 21:45:52 -0400 Subject: [PATCH] Add go package doc --- ecs.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecs.go b/ecs.go index 146b380..5975e80 100644 --- a/ecs.go +++ b/ecs.go @@ -15,6 +15,10 @@ // specific language governing permissions and limitations // under the License. +// Package ecs go-ecs is a library for querying Elastic Common Schema (ECS) +// fields by name to obtain the fields definition (e.g. Elasticsearch field data +// type, description, etc.). The library includes data from tagged released of +// https://github.com/elastic/ecs. package ecs import (