Explorar o código

doc(vpn): document proto consts

Mustafa Arici %!s(int64=8) %!d(string=hai) anos
pai
achega
be94fd7946
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      vpn.go

+ 1 - 0
vpn.go

@@ -27,6 +27,7 @@ import (
 	"github.com/jinzhu/gorm"
 )
 
+// Possible VPN protocols.
 const (
 	TCPProto string = "tcp"
 	UDPProto string = "udp"