From 4c24e4a46766247ec5831351d05a5d1c3acf8269 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 3 May 2018 13:53:01 +0200 Subject: gometalinter: enable package comment checking Update #538 --- pkg/csource/linux_common.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/csource/linux_common.go') diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go index ddacfb3ec..06fc09137 100644 --- a/pkg/csource/linux_common.go +++ b/pkg/csource/linux_common.go @@ -1,4 +1,5 @@ // AUTOGENERATED FROM executor/common_linux.h + package csource var commonHeaderLinux = ` -- cgit mrf-deployment