mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 12:25:14 +00:00
Fixed wrong declaration in variable section
This commit is contained in:
parent
cff39967e1
commit
53ad5697e8
@ -137,7 +137,7 @@ Example: github.com/spf13/cobra
|
||||
|
||||
```go
|
||||
// Declaration
|
||||
var int value
|
||||
var value int
|
||||
|
||||
// Initialization
|
||||
value = 10
|
||||
|
Loading…
Reference in New Issue
Block a user