1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Add documentation to all main packages

This commit is contained in:
Adrian Utrilla
2017-09-12 20:01:12 -07:00
parent e88c1c30a3
commit 08a4c7e657
7 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
/*
Package kms contains an implementation of the go.mozilla.org/sops.MasterKey interface that encrypts and decrypts the
data key using AWS KMS with the AWS Go SDK.
*/
package kms //import "go.mozilla.org/sops/kms"
import (