From caeadb061b480dd192895f4977c047cf933c4225 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 10 Jan 2015 20:30:04 +0300 Subject: [PATCH] go vet advises to add blank line Signed-off-by: Sergey Matveev --- tap_freebsd.go | 1 + tap_linux.go | 1 + 2 files changed, 2 insertions(+) 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 -- 2.48.1