]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/common.go
Stylistic fixes
[govpn.git] / src / cypherpunks.ru / govpn / common.go
index ca629c06317ec50f4c5f3608e18846bdd29459a4..002b1fbfd43a55ba72c8a6704b93abd550dbb86f 100644 (file)
@@ -146,12 +146,12 @@ func SliceZero(data []byte) {
        }
 }
 
-// VersionGet return version of GoVPN
+// VersionGet returns version of GoVPN
 func VersionGet() string {
        return "GoVPN version " + Version + " built with " + runtime.Version()
 }
 
-// CatchSignalShutdown return a channel.
+// CatchSignalShutdown returns a channel.
 // that channel will get a SIG_INT or SIG_KILL signal is received
 // this is intended to be used to stop a client/server
 func CatchSignalShutdown() chan interface{} {