Skip to content

Commit

Permalink
पुनरीक्षण
Browse files Browse the repository at this point in the history
  • Loading branch information
boseji committed Sep 5, 2024
1 parent 8ac8462 commit e0679cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example_Discover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import (
"fmt"
"strings"

"guthub.com/boseji/go-tppi"
"github.com/boseji/go-tppi"
)

func (b *myBool) Recover(Type, Tag, Data string) error {
Expand Down
2 changes: 1 addition & 1 deletion example_Protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package tppi_test
import (
"fmt"

"guthub.com/boseji/go-tppi"
"github.com/boseji/go-tppi"
)

func ExampleAssemble() {
Expand Down
2 changes: 1 addition & 1 deletion example_Specify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import (
"fmt"
"time"

"guthub.com/boseji/go-tppi"
"github.com/boseji/go-tppi"
)

type myBool struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module guthub.com/boseji/go-tppi
module github.com/boseji/go-tppi

go 1.22.6

0 comments on commit e0679cb

Please sign in to comment.