mirror of
https://github.com/tursom/GoCollections.git
synced 2025-03-20 06:10: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
|