Fixing issues caught by goimports before adding goimports check to CI.
This commit is contained in:
parent
98d2fa2dd7
commit
48318e026c
1 changed files with 4 additions and 3 deletions
|
@ -18,13 +18,14 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/paypal/gorealis"
|
|
||||||
"github.com/paypal/gorealis/gen-go/apache/aurora"
|
|
||||||
"github.com/pkg/errors"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/paypal/gorealis"
|
||||||
|
"github.com/paypal/gorealis/gen-go/apache/aurora"
|
||||||
|
"github.com/pkg/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
type URIJson struct {
|
type URIJson struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue