mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-29 21:52:07 -07:00
Remove YAML/MD lint configs, reformat stdlib imports
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package memory
|
||||
|
||||
import (
|
||||
"github.com/sot-tech/mochi/storage"
|
||||
"github.com/sot-tech/mochi/storage/test"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/sot-tech/mochi/storage"
|
||||
"github.com/sot-tech/mochi/storage/test"
|
||||
)
|
||||
|
||||
func createNew() storage.Storage {
|
||||
|
||||
Reference in New Issue
Block a user