mirror of
https://github.com/taigrr/most-specific-period.git
synced 2026-04-02 03:38:41 -07:00
Initial commit
This commit is contained in:
10
msp/msp.go
Normal file
10
msp/msp.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package msp
|
||||
|
||||
var ()
|
||||
|
||||
func init() {
|
||||
}
|
||||
|
||||
func MostSpecificPeriod(periods ...Period) (id string, err error) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user