From: Sergey Matveev Date: Sat, 10 Jan 2015 17:30:04 +0000 (+0300) Subject: go vet advises to add blank line X-Git-Tag: 1.3~9 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=caeadb061b480dd192895f4977c047cf933c4225;p=govpn.git go vet advises to add blank line Signed-off-by: Sergey Matveev --- diff --git a/tap_freebsd.go b/tap_freebsd.go index d4b45e6..a9d6ab3 100644 --- a/tap_freebsd.go +++ b/tap_freebsd.go @@ -1,4 +1,5 @@ // +build freebsd + /* govpn -- high-performance secure virtual private network daemon Copyright (C) 2014 Sergey Matveev diff --git a/tap_linux.go b/tap_linux.go index 90ece18..663d96e 100644 --- a/tap_linux.go +++ b/tap_linux.go @@ -1,4 +1,5 @@ // +build linux + /* govpn -- high-performance secure virtual private network daemon Copyright (C) 2014 Sergey Matveev