docs(tracker): improve package go doc comments

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-10-19 21:38:47 +03:00
parent a9517f1511
commit 1a8a317464
3 changed files with 6 additions and 2 deletions

4
tracker/doc.go Normal file
View File

@ -0,0 +1,4 @@
/*
Package tracker contains the data model for the Sointu tracker GUI.
*/
package tracker