articles/golang.md: remove extra semicolon
This commit is contained in:
parent
d7d2636045
commit
d974efb915
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ go run hello.go
|
|||
|
||||
### Factorial
|
||||
```go
|
||||
package main;
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue