fix import
This commit is contained in:
parent
c447f7f9b5
commit
43872e055d
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"fmt"
|
||||||
"math"
|
"math"
|
||||||
"reflect"
|
"reflect"
|
||||||
)
|
)
|
||||||
|
|
1
main.go
1
main.go
|
@ -24,7 +24,6 @@ type Struct3 struct {
|
||||||
type Struct4 struct {
|
type Struct4 struct {
|
||||||
Field1 [5]int
|
Field1 [5]int
|
||||||
Field2 map[string]int
|
Field2 map[string]int
|
||||||
Field3 func()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue