mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
13 lines
138 B
Go
13 lines
138 B
Go
package caches
|
|
|
|
import (
|
|
"github.com/alice-lg/alice-lg/backend/api"
|
|
|
|
"testing"
|
|
"time"
|
|
)
|
|
|
|
func TestRoutesCacheSetGet(t *testing.T) {
|
|
|
|
}
|