Updated module path
This commit is contained in:
@ -3,7 +3,7 @@ package send
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"git.akyoto.dev/go/web"
|
||||
"git.urbach.dev/go/web"
|
||||
)
|
||||
|
||||
// CSS sends the body with the content type set to `text/css`.
|
||||
|
@ -3,9 +3,9 @@ package send_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.akyoto.dev/go/web"
|
||||
"git.akyoto.dev/go/web/send"
|
||||
"git.urbach.dev/go/assert"
|
||||
"git.urbach.dev/go/web"
|
||||
"git.urbach.dev/go/web/send"
|
||||
)
|
||||
|
||||
func TestContentTypes(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user