https://github.com/haunt98/xdg
Implement XDG Base Directory Specification in Golang
https://github.com/haunt98/xdg
golang linux xdg
Last synced: 6 months ago
JSON representation
Implement XDG Base Directory Specification in Golang
- Host: GitHub
- URL: https://github.com/haunt98/xdg
- Owner: haunt98
- License: mit
- Created: 2021-01-06T03:22:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T17:05:25.000Z (over 4 years ago)
- Last Synced: 2025-04-23T05:08:29.578Z (6 months ago)
- Topics: golang, linux, xdg
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xdg
[](https://github.com/actions/setup-go)
[](https://pkg.go.dev/github.com/haunt98/xdg)Implement [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
## Example
```sh
go run example/main.go
```