(Feat): Initial Commit
This commit is contained in:
6
internal/test/testdata/TestSnapshotWithLocation.golden
vendored
Normal file
6
internal/test/testdata/TestSnapshotWithLocation.golden
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
(struct { A string; B int; C bool; D *string }) {
|
||||
A: (string) (len=3) "foo",
|
||||
B: (int) 1,
|
||||
C: (bool) true,
|
||||
D: (*string)((len=3) "bar")
|
||||
}
|
||||
Reference in New Issue
Block a user