Cleanup, fix issue with package being removed after being updated with the same ver
the build failed

This commit is contained in:
Tyler
2018-10-14 04:35:50 -04:00
parent face5e5029
commit b0e3d80022
7 changed files with 44 additions and 131 deletions
+7 -7
View File
@@ -1,22 +1,22 @@
package main
import (
"errors"
"flag"
"fmt"
"github.com/go-ini/ini"
"golang.org/x/crypto/openpgp"
"io"
"io/ioutil"
"log"
"net/http"
"os"
"sync"
"strings"
"golang.org/x/crypto/openpgp"
"runtime"
"errors"
"github.com/go-ini/ini"
"io"
"strings"
"sync"
)
var VERSION string = "1.3.7"
var VERSION = "1.3.8"
func packageName(name string) string {
if index := strings.Index(name, "_"); index != -1 {