]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/conf.go
golint fixes
[govpn.git] / src / cypherpunks.ru / govpn / conf.go
index 7a9c4b8ce6ba00da4c9bad96e84eeeac10b17ee7..daa00d194d55f88d8d28095ed913dcfede2ee75a 100644 (file)
@@ -24,6 +24,7 @@ import (
        "github.com/agl/ed25519"
 )
 
+// PeerConf is configuration of a single GoVPN Peer (client)
 type PeerConf struct {
        ID          *PeerID       `yaml:"-"`
        Name        string        `yaml:"name"`