]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/conf.go
go vet/lint
[govpn.git] / src / cypherpunks.ru / govpn / conf.go
index f9ff48dc97c17cbe534e731e74f0e4ae8217bc27..7a9c4b8ce6ba00da4c9bad96e84eeeac10b17ee7 100644 (file)
@@ -25,7 +25,7 @@ import (
 )
 
 type PeerConf struct {
-       Id          *PeerId       `yaml:"-"`
+       ID          *PeerID       `yaml:"-"`
        Name        string        `yaml:"name"`
        Iface       string        `yaml:"iface"`
        MTU         int           `yaml:"mtu"`