mirror of
https://github.com/taigrr/most-specific-period.git
synced 2026-04-01 19:28:41 -07:00
10 lines
129 B
Go
10 lines
129 B
Go
package msp
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
//(periods ...Period) (id string, err error) {
|
|
func TestMostSpecificPeriod(t *testing.T) {
|
|
}
|