We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f087c commit db8c86dCopy full SHA for db8c86d
framework/README.md
@@ -30,8 +30,8 @@ import (
30
31
"github.com/studiolambda/cosmos/framework"
32
"github.com/studiolambda/cosmos/framework/middleware"
33
- "github.com/studiolambda/cosmos/framework/request"
34
- "github.com/studiolambda/cosmos/framework/response"
+ "github.com/studiolambda/cosmos/contract/request"
+ "github.com/studiolambda/cosmos/contract/response"
35
)
36
37
type Data struct {
0 commit comments