fix import

This commit is contained in:
Sergey Fedorov 2024-05-07 13:38:18 +03:00
parent c447f7f9b5
commit 43872e055d
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@ package main
import ( import (
"errors" "errors"
"fmt"
"math" "math"
"reflect" "reflect"
) )

View file

@ -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() {