reorder import path.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-08-15 12:29:59 +08:00
parent 4a15a1a23f
commit ced4b6e97b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"golang.org/x/sync/errgroup"
"log" "log"
"os" "os"
"path/filepath" "path/filepath"
@ -12,6 +11,8 @@ import (
"github.com/appleboy/gorush/config" "github.com/appleboy/gorush/config"
"github.com/appleboy/gorush/gorush" "github.com/appleboy/gorush/gorush"
"github.com/appleboy/gorush/rpc" "github.com/appleboy/gorush/rpc"
"golang.org/x/sync/errgroup"
) )
func checkInput(token, message string) { func checkInput(token, message string) {