mirror of
https://github.com/taigrr/most-specific-period.git
synced 2026-04-01 19:28:41 -07:00
11 lines
116 B
Go
11 lines
116 B
Go
package msp
|
|
|
|
var ()
|
|
|
|
func init() {
|
|
}
|
|
|
|
func MostSpecificPeriod(periods ...Period) (id string, err error) {
|
|
return
|
|
}
|