mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
Add documentation about codegen
This commit is contained in:
@@ -36,6 +36,14 @@ func (nw *nomWriter) Write(w io.Writer, typ typewriter.Type) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
w.Write([]byte(`
|
||||
// DO NOT EDIT
|
||||
//
|
||||
// This file was generated by a tool.
|
||||
// See http://clipperhouse.github.io/gen for details.
|
||||
`))
|
||||
|
||||
if err := tmpl.Execute(w, typ); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user