mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
Fixed wrong declaration in variable section
This commit is contained in:
committed by
GitHub
parent
cff39967e1
commit
53ad5697e8
@@ -137,7 +137,7 @@ Example: github.com/spf13/cobra
|
|||||||
|
|
||||||
```go
|
```go
|
||||||
// Declaration
|
// Declaration
|
||||||
var int value
|
var value int
|
||||||
|
|
||||||
// Initialization
|
// Initialization
|
||||||
value = 10
|
value = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user