mirror of
https://github.com/tursom/GoCollections.git
synced 2025-03-21 15:30:08 +08:00
12 lines
128 B
Go
12 lines
128 B
Go
|
//go:build ignore
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
"time"
|
||
|
)
|
||
|
|
||
|
type MapZone = time.MapZone
|
||
|
|
||
|
type SupplementalData = time.SupplementalData
|