cmd/audio-player/looper: updated package level comment

This commit is contained in:
Saxon 2020-03-06 16:11:27 +10:30
parent adbbd4d458
commit 170a18830e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Audio looper.
// Looper is a bare bones program for repeated playback of an audio file.
package main
import (