Skip to content

Commit

Permalink
Add go package doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Sep 16, 2023
1 parent 6162f5c commit bb661ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit bb661ed

Please sign in to comment.