This commit is contained in:
davy 2019-06-29 17:08:00 -05:00
parent a7a5eee66f
commit 8614236dde
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package app manages main application server.
package app
import (

2
pkg/media/media.go Normal file
View file

@ -0,0 +1,2 @@
// Package media manages video library functionality.
package media