Files
maingate/core/api_test.go

10 lines
83 B
Go
Raw Permalink Normal View History

2023-08-23 17:48:47 +09:00
package core
import (
"testing"
)
func TestMakeLocalUniqueId(t *testing.T) {
}