mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 04:45:16 +00:00
Merge pull request #183 from kasperfrederiksen/patch-1
Fixed wrong declaration in variable section
This commit is contained in:
commit
7989cb9a6f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user