Changed module name.
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
package modem
|
||||
|
||||
import (
|
||||
"annalist/api/modem/at"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
@ -13,6 +12,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/CGSG-2021-AE4/modem-test/api/modem/at"
|
||||
)
|
||||
|
||||
type GpsInfo struct {
|
||||
|
Reference in New Issue
Block a user