Skip to content

Commit

Permalink
Merge pull request #39 from ipld/feat/add-code-gen-disclaimer
Browse files Browse the repository at this point in the history
Feat/add code gen disclaimer
  • Loading branch information
warpfork committed Dec 7, 2019
2 parents 76bd509 + 28a82f0 commit 785def7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/gen/go/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func EmitFileHeader(packageName string, w io.Writer) {
fmt.Fprintf(w, "\t\"github.com/ipld/go-ipld-prime/impl/typed\"\n")
fmt.Fprintf(w, "\t\"github.com/ipld/go-ipld-prime/schema\"\n")
fmt.Fprintf(w, ")\n\n")
fmt.Fprintf(w, "// Code generated go-ipld-prime DO NOT EDIT.\n\n")
}

// EmitEntireType outputs every possible type of code generation for a
Expand Down

0 comments on commit 785def7

Please sign in to comment.