refactor!: rename module to github.com/theirongolddev/cburn
Change module path from 'cburn' to 'github.com/theirongolddev/cburn' to enable standard Go remote installation: go install github.com/theirongolddev/cburn@latest This is a BREAKING CHANGE for any external code importing this module (though as a CLI tool, this is unlikely to affect anyone). All internal imports updated to use the new module path. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -148,7 +148,7 @@ func (c *Client) get(ctx context.Context, path string) ([]byte, error) {
|
||||
|
||||
req.Header.Set("Cookie", "sessionKey="+c.sessionKey)
|
||||
req.Header.Set("Accept", "application/json")
|
||||
req.Header.Set("User-Agent", "cburn/1.0")
|
||||
req.Header.Set("User-Agent", "github.com/theirongolddev/cburn/1.0")
|
||||
|
||||
//nolint:gosec // URL is constructed from const baseURL
|
||||
resp, err := c.http.Do(req)
|
||||
|
||||
Reference in New Issue
Block a user