mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-08 20:57:48 +10:00
Update css
This commit is contained in:
@@ -674,6 +674,7 @@ body {
|
||||
.markdown-section blockquote p {
|
||||
font-weight: 600;
|
||||
margin-left: 0;
|
||||
padding: 1em 0;
|
||||
}
|
||||
.markdown-section iframe {
|
||||
margin: 1em 0;
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user