Update stringer-generated files to new boilerplate
golang/tools commit 23ca8a263 changed the format of the leading comment to comply with some new standards discussed here: https://golang.org/issue/13560 This is the result of running generate with the latest version of stringer. Everyone working on Terraform will need to update stringer after this is merged, to avoid reverting this: go get -u golang.org/x/tools/cmd/stringer
This commit is contained in:
parent
598fb682da
commit
21cd5595e2
|
@ -1,4 +1,4 @@
|
||||||
// Code 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 local
|
package local
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code generated by "stringer -type=OperationType operation_type.go"; DO NOT EDIT
|
// Code generated by "stringer -type=OperationType operation_type.go"; DO NOT EDIT.
|
||||||
|
|
||||||
package backend
|
package backend
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code 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
|
package command
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code generated by "stringer -type=ResourceMode -output=resource_mode_string.go resource_mode.go"; DO NOT EDIT
|
// Code generated by "stringer -type=ResourceMode -output=resource_mode_string.go resource_mode.go"; DO NOT EDIT.
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code 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
|
package schema
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code generated by "stringer -type=ValueType valuetype.go"; DO NOT EDIT
|
// Code generated by "stringer -type=ValueType valuetype.go"; DO NOT EDIT.
|
||||||
|
|
||||||
package schema
|
package schema
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code generated by "stringer -type=GraphType context_graph_type.go"; DO NOT EDIT
|
// Code generated by "stringer -type=GraphType context_graph_type.go"; DO NOT EDIT.
|
||||||
|
|
||||||
package terraform
|
package terraform
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code generated by "stringer -type=InstanceType instancetype.go"; DO NOT EDIT
|
// Code generated by "stringer -type=InstanceType instancetype.go"; DO NOT EDIT.
|
||||||
|
|
||||||
package terraform
|
package terraform
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Code 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
|
package terraform
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue