Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron authored Mar 25, 2024
1 parent e0ac115 commit ceefecb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@ Flags:
-v, --verbose Verbose output
--version version for gosince
```

## Environment Variables

### GOSINCE_CACHE_PATH

String (Default: ${HOME}/.gosince)

The path to a directory where **gosince** cache locally api informations.

### GOSINCE_SOURCE_URL

String (Default: ${https://raw.githubusercontent.com/golang/go/master})

URL to download Go source (**gosince** rely on `api/go1*.txt` files)

0 comments on commit ceefecb

Please sign in to comment.