Add package docs and project vision/goals (#5169)

* Add goals/design vision to contributing doc
* Add barebones package documentation
This commit is contained in:
WithoutPants
2024-08-28 09:01:39 +10:00
committed by GitHub
parent 10341fba58
commit b7799df2a6
40 changed files with 96 additions and 6 deletions

3
internal/dlna/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package dlna provides the DLNA functionality for the application.
// Much of this code is adapted from https://github.com/anacrolix/dms
package dlna