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 package main
import ( import (
"bitbucket.org/ausocean/av/revid"
"fmt" "fmt"
"time" "time"
"bitbucket.org/ausocean/av/revid"
) )
func main() { func main() {

View File

@ -27,11 +27,9 @@ LICENSE
package flv package flv
import ( import "bitbucket.org/ausocean/av/tools"
"bitbucket.org/ausocean/av/tools"
//"../tools" //"../tools"
"fmt"
)
const ( const (
headerLength = 72 headerLength = 72