1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:10:07 -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:
Damien Neil 2021-04-14 17:31:09 -07:00
parent 083a26c7d2
commit 566a87c16b

View File

@ -7,6 +7,7 @@ package time_test
import ( import (
"errors" "errors"
"fmt" "fmt"
"os"
"reflect" "reflect"
"testing" "testing"
"time" "time"