Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 34db11b

Browse files
committed
feature.md - add language for code block
1 parent ef4410b commit 34db11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎golang/feature.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### 关于指针与切片
1313
以下代码的两个 `change` 函数造成的改动,都能成功生效吗?
1414
如果不能,分别是因为什么原因?怎么写才是对的?
15-
```
15+
```go
1616
type personInfos struct {
1717
Filename string
1818
Persons []Person
@@ -41,4 +41,4 @@ func (p *personInfos)ChangeSomeThingV2() {
4141
}
4242
}
4343

44-
```
44+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /