mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
time: add missing "os" import to zoneinfo_test.go
Updates #45448 Change-Id: I2e79ae6b9cf43a481aa703578712619ea344e421 Reviewed-on: https://go-review.googlesource.com/c/go/+/310212 Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
083a26c7d2
commit
566a87c16b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ package time_test
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"os"
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
Loading…
Reference in a new issue