From 31e2b925985baeb32081dd0da564e34c5ed7d5df Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 30 May 2018 16:49:13 +0930 Subject: [PATCH] all: run goimports and clean up --- basicDriver.go | 3 ++- flv/FLV.go | 8 +++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/basicDriver.go b/basicDriver.go index eb6bf2b7..3d880db1 100644 --- a/basicDriver.go +++ b/basicDriver.go @@ -1,9 +1,10 @@ package main import ( - "bitbucket.org/ausocean/av/revid" "fmt" "time" + + "bitbucket.org/ausocean/av/revid" ) func main() { diff --git a/flv/FLV.go b/flv/FLV.go index 22af9e65..7884e013 100644 --- a/flv/FLV.go +++ b/flv/FLV.go @@ -27,11 +27,9 @@ LICENSE package flv -import ( - "bitbucket.org/ausocean/av/tools" - //"../tools" - "fmt" -) +import "bitbucket.org/ausocean/av/tools" + +//"../tools" const ( headerLength = 72