Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensey committed Nov 29, 2021
1 parent dccc6f8 commit 1c1bef5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/docker_runner.go
Expand Up @@ -10,13 +10,14 @@ package app
import (
"context"
"errors"
"github.com/docker/docker/client"
"log"
"os"
"os/exec"
"runtime"
"time"

"github.com/docker/docker/client"

"github.com/mysteriumnetwork/myst-launcher/utils"
)

Expand Down
9 changes: 5 additions & 4 deletions cmd/app/app.go
Expand Up @@ -8,15 +8,16 @@
package main

import (
"log"
"os"
"runtime"

"github.com/mysteriumnetwork/myst-launcher/app"
_const "github.com/mysteriumnetwork/myst-launcher/const"
"github.com/mysteriumnetwork/myst-launcher/const"
gui_win32 "github.com/mysteriumnetwork/myst-launcher/gui-win32"
ipc_ "github.com/mysteriumnetwork/myst-launcher/ipc"
"github.com/mysteriumnetwork/myst-launcher/model"
"github.com/mysteriumnetwork/myst-launcher/utils"
"log"
"os"
"runtime"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion model/state.go
Expand Up @@ -9,11 +9,11 @@ package model

import (
"encoding/json"
_const "github.com/mysteriumnetwork/myst-launcher/const"
"log"
"os"
"time"

_const "github.com/mysteriumnetwork/myst-launcher/const"
"github.com/mysteriumnetwork/myst-launcher/utils"
)

Expand Down
2 changes: 1 addition & 1 deletion myst/manager.go
Expand Up @@ -12,7 +12,6 @@ import (
"errors"
"flag"
"fmt"
"github.com/mysteriumnetwork/myst-launcher/updates"
"io"
"io/ioutil"
"log"
Expand All @@ -29,6 +28,7 @@ import (
"github.com/docker/go-connections/nat"

"github.com/mysteriumnetwork/myst-launcher/model"
"github.com/mysteriumnetwork/myst-launcher/updates"
"github.com/mysteriumnetwork/myst-launcher/utils"
)

Expand Down

0 comments on commit 1c1bef5

Please sign in to comment.