mirror of
https://github.com/golang/go
synced 2024-11-16 20:54:48 -07: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
@ -7,6 +7,7 @@ package time_test
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
Loading…
Reference in New Issue
Block a user