Rename to remove golang- prefix

This commit is contained in:
Martyn 2021-12-29 21:45:28 +00:00
parent caacaaf2d9
commit eed78633aa
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# golang-directories # directories
Golang implementation of https://lib.rs/crates/directories Golang implementation of https://lib.rs/crates/directories
@ -12,9 +12,9 @@ function user.Fonts() (string, error)
``` ```
and return an Error if they cannot satisfy the request on a particular platform (e.g. Windows doesn't have a per-user font directory) and return an Error if they cannot satisfy the request on a particular platform (e.g. Windows doesn't have a per-user font directory)
You need to set your project details before using the functions in `golang-directories/project` by calling project.SetProjectName You need to set your project details before using the functions in `directories/project` by calling project.SetProjectName
`"git.martyn.berlin/martyn/golang-directories/base"` contains : `"git.martyn.berlin/martyn/directories/base"` contains :
* `Home()` * `Home()`
* `Cache()` * `Cache()`
* `Config()` * `Config()`
@ -25,7 +25,7 @@ You need to set your project details before using the functions in `golang-direc
* `Runtime()` * `Runtime()`
* `State()` * `State()`
`"git.martyn.berlin/martyn/golang-directories/user"` contains : `"git.martyn.berlin/martyn/directories/user"` contains :
* `Home()` * `Home()`
* `Audio()` * `Audio()`
* `Desktop()` * `Desktop()`
@ -37,7 +37,7 @@ You need to set your project details before using the functions in `golang-direc
* `Templates()` * `Templates()`
* `Videos()` * `Videos()`
and `"git.martyn.berlin/martyn/golang-directories/project"` alongside `SetProjectName()` contains : and `"git.martyn.berlin/martyn/directories/project"` alongside `SetProjectName()` contains :
* `Cache()` * `Cache()`
* `Config()` * `Config()`
* `Data()` * `Data()`