mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-24 23:24:41 -05:00
6 lines
58 B
Go
6 lines
58 B
Go
|
package model
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
type Duration time.Duration
|