build: add package comments to silence revive linter

This commit is contained in:
albertony
2022-08-28 13:21:57 +02:00
parent 02b7613104
commit 555def2da7
132 changed files with 164 additions and 68 deletions

View File

@@ -1,3 +1,4 @@
// Package policy provides utilities for the union implementation.
package policy
import (

View File

@@ -1,3 +1,4 @@
// Package union implements a virtual provider to join existing remotes.
package union
import (

View File

@@ -1,3 +1,4 @@
// Package upstream provides utility functionality to union.
package upstream
import (