Skip to content

Commit

Permalink
tweak header on printed documents
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Aug 7, 2016
1 parent 461a302 commit a09a964
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slipscheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,14 @@ func (s *SchemaProcessor) writeGoCode(typeName, code string) error {
//defer fh.Close()
preamble := fmt.Sprintf("package %s\n", s.PackageName)
preamble += fmt.Sprintf(`
///
// This Code is Generated by Schemy Project:
// https://github.com/coryb/schemy
/////////////////////////////////////////////////////////////////////////
// This Code is Generated by SlipScheme Project:
// https://github.com/coryb/slipscheme
//
// Generated with command: %s
//
// DO NOT EDIT
//
/////////////////////////////////////////////////////////////////////////
// DO NOT EDIT //
/////////////////////////////////////////////////////////////////////////
`, strings.Join(os.Args, " "))

Expand Down

0 comments on commit a09a964

Please sign in to comment.