Skip to content

Commit

Permalink
fix: add import
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean committed Sep 26, 2024
1 parent 2e53a4b commit db83dcf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grpc/kitex/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
package main

import (
"fmt"
"os"
"runtime/pprof"

"github.com/cloudwego/kitex-benchmark/runner"
)

Expand Down
2 changes: 2 additions & 0 deletions grpc/kitex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
"fmt"
"log"
"net"
"os"
"runtime/pprof"

"github.com/cloudwego/kitex/server"

Expand Down
3 changes: 3 additions & 0 deletions thrift/kitex/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
package main

import (
"fmt"
"os"
"runtime/pprof"
"time"

"github.com/cloudwego/kitex/client"
Expand Down
2 changes: 2 additions & 0 deletions thrift/kitex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import (
"fmt"
"log"
"net"
"os"
"runtime/pprof"

"github.com/cloudwego/kitex/server"

Expand Down

0 comments on commit db83dcf

Please sign in to comment.