mirror of https://bitbucket.org/ausocean/av.git
all: run goimports and clean up
This commit is contained in:
parent
369beab55c
commit
31e2b92598
|
@ -1,9 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"bitbucket.org/ausocean/av/revid"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/ausocean/av/revid"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue