Skip to content

Commit

Permalink
fix:lint import complement
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiwei committed Sep 19, 2024
1 parent 06dd7fb commit 2615549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugins/scenarios/goframe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ package main
//go:nolint
import (
"context"
"net/http"

"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/os/gcmd"
"github.com/gogf/gf/v2/os/gctx"
"net/http"

_ "github.com/apache/skywalking-go"
)
Expand Down

0 comments on commit 2615549

Please sign in to comment.