move subpackages into internal/
This commit is contained in:
@@ -10,16 +10,16 @@ import (
|
||||
"github.com/aler9/gortsplib"
|
||||
"gopkg.in/alecthomas/kingpin.v2"
|
||||
|
||||
"github.com/aler9/rtsp-simple-server/clientman"
|
||||
"github.com/aler9/rtsp-simple-server/conf"
|
||||
"github.com/aler9/rtsp-simple-server/confwatcher"
|
||||
"github.com/aler9/rtsp-simple-server/loghandler"
|
||||
"github.com/aler9/rtsp-simple-server/metrics"
|
||||
"github.com/aler9/rtsp-simple-server/pathman"
|
||||
"github.com/aler9/rtsp-simple-server/pprof"
|
||||
"github.com/aler9/rtsp-simple-server/servertcp"
|
||||
"github.com/aler9/rtsp-simple-server/serverudp"
|
||||
"github.com/aler9/rtsp-simple-server/stats"
|
||||
"github.com/aler9/rtsp-simple-server/internal/clientman"
|
||||
"github.com/aler9/rtsp-simple-server/internal/conf"
|
||||
"github.com/aler9/rtsp-simple-server/internal/confwatcher"
|
||||
"github.com/aler9/rtsp-simple-server/internal/loghandler"
|
||||
"github.com/aler9/rtsp-simple-server/internal/metrics"
|
||||
"github.com/aler9/rtsp-simple-server/internal/pathman"
|
||||
"github.com/aler9/rtsp-simple-server/internal/pprof"
|
||||
"github.com/aler9/rtsp-simple-server/internal/servertcp"
|
||||
"github.com/aler9/rtsp-simple-server/internal/serverudp"
|
||||
"github.com/aler9/rtsp-simple-server/internal/stats"
|
||||
)
|
||||
|
||||
var Version = "v0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user