Fixed wrong declaration in variable section

This commit is contained in:
Kasper Frederiksen 2021-03-25 15:25:41 +01:00 committed by GitHub
parent cff39967e1
commit 53ad5697e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Example: github.com/spf13/cobra
```go
// Declaration
var int value
var value int
// Initialization
value = 10