Update css

This commit is contained in:
2020-01-03 16:07:09 +11:00
parent d6ff2f94cd
commit 9ec4df8f62
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -674,6 +674,7 @@ body {
.markdown-section blockquote p {
font-weight: 600;
margin-left: 0;
padding: 1em 0;
}
.markdown-section iframe {
margin: 1em 0;
+2
View File
@@ -46,6 +46,7 @@ make([]int, 2, 5)
## Closure
## Channel
- Normal channel
```go
messages := make(chan string)
@@ -59,6 +60,7 @@ msg := <-messages
```go
ch := make(chan Task, 3)
```
## Big Numbers
Package big implements arbitrary-precision arithmetic (big numbers).