Skip to content

Commit

Permalink
golangci-lint run --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Jan 24, 2021
1 parent 2637a9e commit a07e514
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package main
import (
"context"
"fmt"
"github.com/google/go-github/github"
"github.com/zorkian/go-datadog-api"
"golang.org/x/oauth2"
"log"
"os"
"strconv"
"time"

"github.com/google/go-github/github"
"github.com/zorkian/go-datadog-api"
"golang.org/x/oauth2"
)

func main() {
Expand Down

0 comments on commit a07e514

Please sign in to comment.