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