Reflect new comment format in stringer.go
As of November 8th 2015, (4b07c5ce8a), the word "Code" is prepended to the comments in Go source files generated by the stringer utility.
This commit is contained in:
parent
564b235b82
commit
f4c03ec2a6
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=countHookAction hook_count_action.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=countHookAction hook_count_action.go"; DO NOT EDIT
|
||||
|
||||
package command
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=Type; DO NOT EDIT
|
||||
// Code generated by "stringer -type=Type"; DO NOT EDIT
|
||||
|
||||
package ast
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=getSource resource_data_get_source.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=getSource resource_data_get_source.go"; DO NOT EDIT
|
||||
|
||||
package schema
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=ValueType valuetype.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=ValueType valuetype.go"; DO NOT EDIT
|
||||
|
||||
package schema
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=GraphNodeConfigType graph_config_node_type.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=GraphNodeConfigType graph_config_node_type.go"; DO NOT EDIT
|
||||
|
||||
package terraform
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=InstanceType instancetype.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=InstanceType instancetype.go"; DO NOT EDIT
|
||||
|
||||
package terraform
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// generated by stringer -type=walkOperation graph_walk_operation.go; DO NOT EDIT
|
||||
// Code generated by "stringer -type=walkOperation graph_walk_operation.go"; DO NOT EDIT
|
||||
|
||||
package terraform
|
||||
|
||||
|
|
Loading…
Reference in New Issue