File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ html := godump.DumpHTML(user)
8484
8585# # 🧪 Example Output
8686
87- ` ` ` text
87+ ` ` ` go
8888< # dump // main.go:26
8989#main.User
9090 +Name => "Alice"
@@ -101,7 +101,7 @@ html := godump.DumpHTML(user)
101101
102102### 🧭 Location Header
103103
104- ```text
104+ ```go
105105<#dump // main.go:26
106106````
107107
@@ -110,15 +110,15 @@ html := godump.DumpHTML(user)
110110
111111### 🔎 Type Names
112112
113- ```text
113+ ```go
114114#main.User
115115```
116116
117117* Fully qualified struct name with its package path.
118118
119119### 🔐 Visibility Markers
120120
121- ```text
121+ ```go
122122 +Name => "Alice"
123123 -secret => "..."
124124```
@@ -130,7 +130,7 @@ html := godump.DumpHTML(user)
130130
131131If a pointer has already been printed:
132132
133- ```text
133+ ```go
134134↩︎ &1
135135```
136136
@@ -139,7 +139,7 @@ If a pointer has already been printed:
139139
140140### 🔢 Slices and Maps
141141
142- ```text
142+ ```go
143143 0 => "value"
144144 a => 1
145145```
@@ -149,7 +149,7 @@ If a pointer has already been printed:
149149
150150### 🔣 Escaped Characters
151151
152- ```text
152+ ```go
153153"Line1\nLine2\tDone"
154154```
155155
You can’t perform that action at this time.
0 commit comments