Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 70668c4

Browse files
committed
move refidtool to its own repo
1 parent f3261ba commit 70668c4

7 files changed

Lines changed: 3 additions & 206 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@v5
3737
with:
38-
go-version: '1.24.x'
38+
go-version: '1.25.x'
3939
check-latest: true
4040
id: go
4141

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: '1.24.x'
27+
go-version: '1.25.x'
2828
check-latest: true
2929
id: go
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func DBLookupNote(ctx context.Context, db dbHandle, noteID NoteID) (*DBNote, err
237237

238238
Installation:
239239
```
240-
go install github.com/dropwhile/refid/v2/cmd/refidtool@latest
240+
go install github.com/dropwhile/refidtool/v2@latest
241241
```
242242

243243
```

cmd/refidtool/decode.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

cmd/refidtool/generate.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

cmd/refidtool/log.go

Lines changed: 0 additions & 69 deletions
This file was deleted.

cmd/refidtool/main.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)