An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# xdg

[![Go](https://github.com/haunt98/xdg/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/haunt98/xdg)](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
```