Remove unused import comments
parent
c4bb553217
commit
3a81f7784d
|
@ -3,17 +3,9 @@ package activityserve
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
|
||||||
"github.com/gologme/log"
|
"github.com/gologme/log"
|
||||||
|
|
||||||
// "github.com/go-fed/activity/pub"
|
|
||||||
// "github.com/go-fed/httpsig"
|
|
||||||
|
|
||||||
"net/http"
|
"net/http"
|
||||||
// "net/url"
|
|
||||||
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
"bytes"
|
"bytes"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue