Undoes travis linting
This commit is contained in:
parent
81084a504b
commit
4c21fc1abc
|
@ -8,9 +8,3 @@ go:
|
|||
- 1.6
|
||||
- tip
|
||||
|
||||
install:
|
||||
- ./script/bootstrap
|
||||
|
||||
script:
|
||||
- ./script/test
|
||||
- ./script/lint
|
||||
|
|
|
@ -14,7 +14,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/TomNomNom/linkheader"
|
||||
"github.com/tomnomnom/linkheader"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -3,7 +3,7 @@ package linkheader_test
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/TomNomNom/linkheader"
|
||||
"github.com/tomnomnom/linkheader"
|
||||
)
|
||||
|
||||
func ExampleParse() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user