Commit 5bb1dbf 1 parent 3e6a39c commit 5bb1dbf Copy full SHA for 5bb1dbf
File tree 9 files changed +10
-11
lines changed
9 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ language: go
3
3
sudo : false
4
4
5
5
branches :
6
- only :
6
+ except :
7
7
# - master
8
- # - integration
9
8
10
9
go :
11
10
- 1.6
12
11
- 1.7
13
12
- 1.8
14
13
- tip
15
14
16
- go_import_path : aahframework.org/ahttp.v0-unstable
15
+ go_import_path : aahframework.org/ahttp.v0
17
16
18
17
script :
19
18
- go test -race -coverprofile=coverage.txt -covermode=atomic
Original file line number Diff line number Diff line change 8
8
"net/url"
9
9
"testing"
10
10
11
- "aahframework.org/test.v0-unstable /assert"
11
+ "aahframework.org/test.v0/assert"
12
12
)
13
13
14
14
func TestNegotiateContentType (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"strings"
11
11
"testing"
12
12
13
- "aahframework.org/test.v0-unstable /assert"
13
+ "aahframework.org/test.v0/assert"
14
14
)
15
15
16
16
func TestNoDirDisplay (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"strconv"
13
13
"strings"
14
14
15
- "aahframework.org/essentials.v0-unstable "
15
+ "aahframework.org/essentials.v0"
16
16
)
17
17
18
18
// HTTP Header names
Original file line number Diff line number Diff line change 9
9
"net/url"
10
10
"testing"
11
11
12
- "aahframework.org/test.v0-unstable /assert"
12
+ "aahframework.org/test.v0/assert"
13
13
)
14
14
15
15
func TestParseAcceptHeaderLanguage (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"net/url"
13
13
"strings"
14
14
15
- "aahframework.org/essentials.v0-unstable "
15
+ "aahframework.org/essentials.v0"
16
16
)
17
17
18
18
const jsonpReqParamKey = "callback"
Original file line number Diff line number Diff line change 9
9
"net/url"
10
10
"testing"
11
11
12
- "aahframework.org/test.v0-unstable /assert"
12
+ "aahframework.org/test.v0/assert"
13
13
)
14
14
15
15
func TestClientIP (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"net"
12
12
"net/http"
13
13
14
- "aahframework.org/essentials.v0-unstable "
14
+ "aahframework.org/essentials.v0"
15
15
)
16
16
17
17
type (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"testing"
15
15
"time"
16
16
17
- "aahframework.org/test.v0-unstable /assert"
17
+ "aahframework.org/test.v0/assert"
18
18
)
19
19
20
20
func TestResponseWriter (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments