Skip to content

Commit ba23178

Browse files
authored
Add missing syntax highlighting
1 parent 89b0bef commit ba23178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ type ListFolderResult struct {
208208
209209
Finally, to actually deserialize a bag of bytes into the appropriate type or subtype, we use a trick similar to how we handle unions above.
210210
211-
```
211+
```go
212212
type metadataUnion struct {
213213
dropbox.Tagged
214214
File *FileMetadata `json:"file,omitempty"`

0 commit comments

Comments
 (0)