all: run goimports and clean up

This commit is contained in:
Dan Kortschak 2018-05-30 16:49:13 +09:30
parent 369beab55c
commit 31e2b92598
2 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,10 @@
package main
import (
"bitbucket.org/ausocean/av/revid"
"fmt"
"time"
"bitbucket.org/ausocean/av/revid"
)
func main() {

View File

@ -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