Skip to content

Commit

Permalink
docs:安全编码第一行需要空行,不然无法识别为一级标题
Browse files Browse the repository at this point in the history
  • Loading branch information
dablelv committed Jul 28, 2024
1 parent c332201 commit 48d3ae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 第五篇:安全编码/安全编码.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 1.内存管理

# 1.内存管理
## 切片长度校验
操作 slice 时,必须判断长度是否合法,防止程序 panic。
```go
Expand Down

0 comments on commit 48d3ae5

Please sign in to comment.