From 4053e8ed68118a90e1a677ada5cbf45dfe2b46c8 Mon Sep 17 00:00:00 2001 From: Peeyush Singh Date: Thu, 9 Mar 2017 01:52:19 +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 dabb33af..1d25f3f8 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"