10 lines
83 B
Go
10 lines
83 B
Go
package core
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMakeLocalUniqueId(t *testing.T) {
|
|
|
|
}
|