diff options
Diffstat (limited to 'src/go/printer/testdata/empty.golden')
-rw-r--r-- | src/go/printer/testdata/empty.golden | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/go/printer/testdata/empty.golden b/src/go/printer/testdata/empty.golden new file mode 100644 index 0000000..a055f47 --- /dev/null +++ b/src/go/printer/testdata/empty.golden @@ -0,0 +1,5 @@ +// a comment at the beginning of the file + +package empty + +// a comment at the end of the file |