Skip to content

Commit

Permalink
chore: change username
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Jan 9, 2024
1 parent 5e04ad1 commit 020baf3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 kenjitheman
Copyright (c) 2023 btwkenji

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Installation

```sh
git clone https://github.com/kenjitheman/url-probe
git clone https://github.com/btwkenji/url-probe
```

## Usage
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 github.com/kenjitheman/url-probe
module github.com/btwkenji/url-probe

go 1.21.3
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"os"

"github.com/kenjitheman/url-probe/core"
"github.com/btwkenji/url-probe/core"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion tests/args_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tests

import (
"github.com/kenjitheman/url-probe/core"
"github.com/btwkenji/url-probe/core"
"os"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion tests/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package tests

import (
"testing"
"github.com/kenjitheman/url-probe/core"
"github.com/btwkenji/url-probe/core"
)

func TestRun(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion tests/probe_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tests

import (
"github.com/kenjitheman/url-probe/core"
"github.com/btwkenji/url-probe/core"
"net/http"
"net/http/httptest"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion tests/reader_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tests

import (
"github.com/kenjitheman/url-probe/core"
"github.com/btwkenji/url-probe/core"
"os"
"testing"
)
Expand Down

0 comments on commit 020baf3

Please sign in to comment.