diff --git a/README.md b/README.md index 64a28ac..02043ab 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,8 @@ cat source.go | genny gen "Something=string" It outputs: ```go -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package queue diff --git a/examples/davechaney/numbers_func_thing.go b/examples/davechaney/numbers_func_thing.go index 7c83929..dc5b7f3 100644 --- a/examples/davechaney/numbers_func_thing.go +++ b/examples/davechaney/numbers_func_thing.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package math diff --git a/examples/go-generate/gen-go-generate.go b/examples/go-generate/gen-go-generate.go index c6c9ad5..b4e210d 100644 --- a/examples/go-generate/gen-go-generate.go +++ b/examples/go-generate/gen-go-generate.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// // Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package gogenerate diff --git a/parse/parse.go b/parse/parse.go index 0e06941..a947555 100644 --- a/parse/parse.go +++ b/parse/parse.go @@ -18,9 +18,8 @@ import ( var header = []byte(` -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny `) diff --git a/parse/test/bugreports/cell_int.go b/parse/test/bugreports/cell_int.go index ff5f62e..c7e2d26 100644 --- a/parse/test/bugreports/cell_int.go +++ b/parse/test/bugreports/cell_int.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package bugreports diff --git a/parse/test/bugreports/int_digraph.go b/parse/test/bugreports/int_digraph.go index 48feb1f..46bf38b 100644 --- a/parse/test/bugreports/int_digraph.go +++ b/parse/test/bugreports/int_digraph.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package bugreports diff --git a/parse/test/bugreports/int_new_and_make_slice.go b/parse/test/bugreports/int_new_and_make_slice.go index 020452d..254d5a2 100644 --- a/parse/test/bugreports/int_new_and_make_slice.go +++ b/parse/test/bugreports/int_new_and_make_slice.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package bugreports diff --git a/parse/test/bugreports/interface_uint8.go b/parse/test/bugreports/interface_uint8.go index 49502c7..74dcc01 100644 --- a/parse/test/bugreports/interface_uint8.go +++ b/parse/test/bugreports/interface_uint8.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package bugreports diff --git a/parse/test/bugreports/negation_string.go b/parse/test/bugreports/negation_string.go index 375afce..2044c78 100644 --- a/parse/test/bugreports/negation_string.go +++ b/parse/test/bugreports/negation_string.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package bugreports diff --git a/parse/test/multipletypes/custom_types_simplemap.go b/parse/test/multipletypes/custom_types_simplemap.go index eba3b6f..811021c 100644 --- a/parse/test/multipletypes/custom_types_simplemap.go +++ b/parse/test/multipletypes/custom_types_simplemap.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package multipletypes diff --git a/parse/test/multipletypes/interface_int_simplemap.go b/parse/test/multipletypes/interface_int_simplemap.go index 44cd333..a32868e 100644 --- a/parse/test/multipletypes/interface_int_simplemap.go +++ b/parse/test/multipletypes/interface_int_simplemap.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package multipletypes diff --git a/parse/test/multipletypes/string_int_simplemap.go b/parse/test/multipletypes/string_int_simplemap.go index 4a6f044..fc94d86 100644 --- a/parse/test/multipletypes/string_int_simplemap.go +++ b/parse/test/multipletypes/string_int_simplemap.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package multipletypes diff --git a/parse/test/multipletypesets/many_simplemaps.go b/parse/test/multipletypesets/many_simplemaps.go index c4ef66a..e60258a 100644 --- a/parse/test/multipletypesets/many_simplemaps.go +++ b/parse/test/multipletypesets/many_simplemaps.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package multipletypesets diff --git a/parse/test/numbers/int_number.go b/parse/test/numbers/int_number.go index e8a1bb9..7dd8722 100644 --- a/parse/test/numbers/int_number.go +++ b/parse/test/numbers/int_number.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package numbers diff --git a/parse/test/queue/changed/int_queue.go b/parse/test/queue/changed/int_queue.go index d6903aa..843223f 100644 --- a/parse/test/queue/changed/int_queue.go +++ b/parse/test/queue/changed/int_queue.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package changed diff --git a/parse/test/queue/float32_queue.go b/parse/test/queue/float32_queue.go index 1896460..cd31a62 100644 --- a/parse/test/queue/float32_queue.go +++ b/parse/test/queue/float32_queue.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package queue diff --git a/parse/test/queue/int_queue.go b/parse/test/queue/int_queue.go index 846cc87..a60c32c 100644 --- a/parse/test/queue/int_queue.go +++ b/parse/test/queue/int_queue.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package queue diff --git a/parse/test/unexported/mytype_internal.go b/parse/test/unexported/mytype_internal.go index 4451646..fb6c77c 100644 --- a/parse/test/unexported/mytype_internal.go +++ b/parse/test/unexported/mytype_internal.go @@ -1,6 +1,5 @@ -// This file was automatically generated by genny. +// Code generated with https://github.com/cheekybits/genny DO NOT EDIT. // Any changes will be lost if this file is regenerated. -// see https://github.com/cheekybits/genny package unexported