Unverified Commit 785def70 authored by Eric Myhre's avatar Eric Myhre Committed by GitHub

Merge pull request #39 from ipld/feat/add-code-gen-disclaimer

Feat/add code gen disclaimer
parents 76bd5090 28a82f04
...@@ -95,6 +95,7 @@ func EmitFileHeader(packageName string, w io.Writer) { ...@@ -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/impl/typed\"\n")
fmt.Fprintf(w, "\t\"github.com/ipld/go-ipld-prime/schema\"\n") fmt.Fprintf(w, "\t\"github.com/ipld/go-ipld-prime/schema\"\n")
fmt.Fprintf(w, ")\n\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 // EmitEntireType outputs every possible type of code generation for a
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment