Browse Source

codec: use single line comments to comment out +build in various files

Ugorji Nwoke 7 years ago
parent
commit
e105254e6a
4 changed files with 4 additions and 4 deletions
  1. 1 1
      codec/gen-helper.generated.go
  2. 1 1
      codec/gen-helper.go.tmpl
  3. 1 1
      codec/values_flex_test.go
  4. 1 1
      codec/values_test.go

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

@@ -1,4 +1,4 @@
-/* // +build ignore */
+// comment this out // + build ignore
 
 // Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
 // 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 */
+// comment this out // + build ignore
 
 // Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
 // Use of this source code is governed by a MIT license found in the LICENSE file.

+ 1 - 1
codec/values_flex_test.go

@@ -1,4 +1,4 @@
-/* // +build testing */
+// comment this out // // + build testing
 
 // Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
 // 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 */
+// comment this out // + build testing
 
 // Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
 // Use of this source code is governed by a MIT license found in the LICENSE file.