Browse Source

codec: comment // +build comment using /* */, to prevent vet flagging as error

Updates #183
Ugorji Nwoke 9 years ago
parent
commit
d463ef4092
3 changed files with 3 additions and 3 deletions
  1. 1 1
      codec/gen-helper.generated.go
  2. 1 1
      codec/gen-helper.go.tmpl
  3. 1 1
      codec/values_test.go

+ 1 - 1
codec/gen-helper.generated.go

@@ -1,4 +1,4 @@
-// // +build ignore
+/* // +build ignore */
 
 
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Use of this source code is governed by a MIT license found in the LICENSE file.
 // Use of this source code is governed by a MIT license found in the LICENSE file.

+ 1 - 1
codec/gen-helper.go.tmpl

@@ -1,4 +1,4 @@
-// // +build ignore
+/* // +build ignore */
 
 
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Use of this source code is governed by a MIT license found in the LICENSE file.
 // Use of this source code is governed by a MIT license found in the LICENSE file.

+ 1 - 1
codec/values_test.go

@@ -1,4 +1,4 @@
-// // +build testing
+/* // +build testing */
 
 
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
 // Use of this source code is governed by a MIT license found in the LICENSE file.
 // Use of this source code is governed by a MIT license found in the LICENSE file.