@@ -1,4 +1,4 @@
-//+build x,codecgen
+// +build x,codecgen
package codec
-// //+build ignore
+// // +build ignore
// 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.
@@ -212,7 +212,7 @@ func Gen(w io.Writer, buildTags, pkgName, uid string, useUnsafe bool, ti *TypeIn
x.genRefPkgs(t)
}
if buildTags != "" {
- x.line("//+build " + buildTags)
+ x.line("// +build " + buildTags)
x.line("")
x.line(`
-//+build !unsafe
+// +build !unsafe
-//+build unsafe
+// +build unsafe
-//+build x
+// +build x