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
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bitbucket.org/ausocean/av/revid"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"bitbucket.org/ausocean/av/revid"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue