Files
maingate/core/api_test.go
2023-11-29 17:36:25 +09:00

10 lines
83 B
Go

package core
import (
"testing"
)
func TestMakeLocalUniqueId(t *testing.T) {
}