Move the tool to its own cmd/ directory

This commit is contained in:
2026-01-11 07:02:01 +01:00
parent f2c5516451
commit 25d07030d5
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Fetch and dump leaf entries from Certificate Transparency logs.
## Install
```bash
go install
go install ./cmd/ctfetch
```
## Usage