Skip to content

Commit

Permalink
fix: Package renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfeng22 authored and elazarl committed Nov 17, 2023
1 parent 3ec0782 commit 7cc037d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/goproxy-stats/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"fmt"
"github.com/elazarl/goproxy"
"github.com/elazarl/goproxy/ext/html"
"io"
"log"
. "net/http"
"time"

"github.com/elazarl/goproxy"
goproxy_html "github.com/elazarl/goproxy/ext/html"
)

type Count struct {
Expand Down

0 comments on commit 7cc037d

Please sign in to comment.