Clarify basedir package level doc comment

This commit is contained in:
Sasha Koshka 2024-04-25 03:33:59 -04:00
parent 5259ae0689
commit e72c121daa
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
// Package basedir implements https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
// Package basedir implements basedir-spec version 0.8.
// The specification can be read at:
// https://specifications.freedesktop.org/basedir-spec/0.8/
package basedir
import "os"