Merge branch 'master' into master

This commit is contained in:
Marc Cohen
2020-08-17 06:15:11 +01:00
committed by GitHub
3 changed files with 37 additions and 7 deletions

7
testdata/expected/file_generated.go vendored Normal file
View File

@@ -0,0 +1,7 @@
// Code generated by "stringer -type foo"; DO NOT EDIT.
package main
func (f Foo) String() string {
return "foo"
}

7
testdata/initial/file_generated.go vendored Normal file
View File

@@ -0,0 +1,7 @@
// Code generated by "stringer -type foo"; DO NOT EDIT.
package main
func (f Foo) String() string {
return "foo"
}