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