parent
40cadd7842
commit
9655e9f7ca
12
util.go
12
util.go
|
@ -2,18 +2,12 @@ package activityserve
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
"bytes"
|
||||||
|
"encoding/json"
|
||||||
|
"github.com/gologme/log"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
// "net/url"
|
|
||||||
"bytes"
|
|
||||||
"encoding/json"
|
|
||||||
|
|
||||||
// "time"
|
|
||||||
// "fmt"
|
|
||||||
"github.com/gologme/log"
|
|
||||||
// "github.com/go-fed/httpsig"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func isSuccess(code int) bool {
|
func isSuccess(code int) bool {
|
||||||
|
|
Loading…
Reference in New Issue