Skip to content
Snippets Groups Projects
Commit 1b37d80e authored by wongoo's avatar wongoo
Browse files

fix: import group for third lib

parent 94f05b97
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,13 @@ package main
import (
"context"
"fmt"
"github.com/dubbogo/hessian2/java_exception"
"strconv"
"time"
)
import (
"github.com/dubbogo/hessian2"
"github.com/dubbogo/hessian2/java_exception"
perrors "github.com/pkg/errors"
)
......
......@@ -20,7 +20,6 @@ package main
import (
"context"
"fmt"
"github.com/dubbogo/hessian2/java_exception"
"strconv"
"time"
)
......@@ -32,6 +31,7 @@ import (
import (
"github.com/apache/dubbo-go/config"
hessian "github.com/dubbogo/hessian2"
"github.com/dubbogo/hessian2/java_exception"
)
type Gender hessian.JavaEnum
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment