From 52fc1be99078540cae429918b3dc516697d2b8ba Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Wed, 2 Aug 2023 11:37:52 +0800 Subject: [PATCH] Fix package doc --- aggregators/internal/protohash/doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aggregators/internal/protohash/doc.go b/aggregators/internal/protohash/doc.go index 0203579..32d4f97 100644 --- a/aggregators/internal/protohash/doc.go +++ b/aggregators/internal/protohash/doc.go @@ -2,8 +2,7 @@ // or more contributor license agreements. Licensed under the Elastic License 2.0; // you may not use this file except in compliance with the Elastic License 2.0. -// Package protohash holds functions for hashing aggregationpb.*Key types. - //go:generate go run ./generate +// Package protohash holds functions for hashing aggregationpb.*Key types. package protohash