Skip to content

Commit 437be2e

Browse files
committed
code syntax highlighter
1 parent 87e2c2f commit 437be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/go-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Use a value receiver when :
602602
603603
A method with a value receiver can’t check for nil and panics if invoked with a nil receiver
604604

605-
```
605+
```go
606606
type Person struct{
607607
Name string
608608
Age int

0 commit comments

Comments
 (0)