Skip to content

Commit

Permalink
fmt: goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfengwang committed Jul 20, 2022
1 parent d5f6f68 commit ba3cfca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion samples/http/receiver-result/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ package main
import (
"context"
"fmt"
cloudevents "github.com/cloudevents/sdk-go/v2"
"log"
"net/http"

cloudevents "github.com/cloudevents/sdk-go/v2"
)

func main() {
Expand Down
3 changes: 2 additions & 1 deletion samples/http/sender/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ package main
import (
"context"
"fmt"
"log"

cloudevents "github.com/cloudevents/sdk-go/v2"
cehttp "github.com/cloudevents/sdk-go/v2/protocol/http"
"log"
)

func main() {
Expand Down

0 comments on commit ba3cfca

Please sign in to comment.