core: Add back composer_test
This commit is contained in:
parent
2e688d5d38
commit
1389d86547
|
@ -1,6 +1,5 @@
|
||||||
package handler_test
|
package handler_test
|
||||||
|
|
||||||
/*
|
|
||||||
import (
|
import (
|
||||||
"github.com/tus/tusd/pkg/filestore"
|
"github.com/tus/tusd/pkg/filestore"
|
||||||
"github.com/tus/tusd/pkg/handler"
|
"github.com/tus/tusd/pkg/handler"
|
||||||
|
@ -22,4 +21,3 @@ func ExampleNewStoreComposer() {
|
||||||
|
|
||||||
_, _ = handler.NewHandler(config)
|
_, _ = handler.NewHandler(config)
|
||||||
}
|
}
|
||||||
*/
|
|
Loading…
Reference in New Issue