Asaur-ificate the package and imports #2

Closed
dan wants to merge 1 commits from asaur into master
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ import (
"fmt" "fmt"
"strings" "strings"
"github.com/yawning/bulb/utils/pkcs1" "github.com/Yawning/bulb/utils/pkcs1"
) )
// OnionInfo is the result of the AddOnion command. // OnionInfo is the result of the AddOnion command.

View File

@ -10,7 +10,7 @@ package main
import ( import (
"log" "log"
"github.com/yawning/bulb" "github.com/Yawning/bulb"
) )
func main() { func main() {

View File

@ -12,7 +12,7 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/yawning/bulb" "github.com/Yawning/bulb"
) )
func main() { func main() {

View File

@ -14,8 +14,8 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/yawning/bulb" "github.com/Yawning/bulb"
"github.com/yawning/bulb/utils/pkcs1" "github.com/Yawning/bulb/utils/pkcs1"
) )
func onionServer(w http.ResponseWriter, req *http.Request) { func onionServer(w http.ResponseWriter, req *http.Request) {