Skip to content

Commit

Permalink
go imported
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 13, 2021
1 parent 5f116a1 commit 2eec61c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmd/thermal-recorder/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package main

import (
"errors"

"github.com/TheCacophonyProject/go-cptv/cptvframe"
"github.com/TheCacophonyProject/thermal-recorder/headers"

Expand Down
3 changes: 2 additions & 1 deletion cmd/thermal-recorder/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package main

import (
"errors"
"github.com/TheCacophonyProject/go-cptv/cptvframe"
"sync"
"time"

"github.com/TheCacophonyProject/go-cptv/cptvframe"
)

const (
Expand Down
5 changes: 3 additions & 2 deletions motion/motionprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ package motion

import (
"errors"
"github.com/TheCacophonyProject/go-cptv/cptvframe"
"github.com/TheCacophonyProject/window"
"math"
"reflect"
"time"

"github.com/TheCacophonyProject/go-cptv/cptvframe"
"github.com/TheCacophonyProject/window"

config "github.com/TheCacophonyProject/go-config"
"github.com/TheCacophonyProject/thermal-recorder/loglimiter"
"github.com/TheCacophonyProject/thermal-recorder/recorder"
Expand Down

0 comments on commit 2eec61c

Please sign in to comment.