mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-09 16:08:12 -06:00
Replace log with logrus for level based logging, add debug flag
This commit is contained in:
@@ -3,13 +3,14 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"math/rand"
|
||||
"net/http"
|
||||
"reflect"
|
||||
"runtime/debug"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const baseURL = "https://www.register2park.com"
|
||||
|
||||
Reference in New Issue
Block a user