From 4c62be55d2dd2e06f8944aad46e9515ba1873454 Mon Sep 17 00:00:00 2001 From: Peeyush Singh Date: Thu, 9 Mar 2017 01:51:31 +0530 Subject: [PATCH] Fixed Build Failure Removed unused time package --- examples/http_flv_and_rtmp_server/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/http_flv_and_rtmp_server/main.go b/examples/http_flv_and_rtmp_server/main.go index eda03a32..4efb8864 100644 --- a/examples/http_flv_and_rtmp_server/main.go +++ b/examples/http_flv_and_rtmp_server/main.go @@ -3,7 +3,6 @@ package main import ( "sync" "io" - "time" "net/http" "github.com/nareix/joy4/format" "github.com/nareix/joy4/av/avutil"