Fixes GOPATH casing
This commit is contained in:
parent
a34f4bd376
commit
81084a504b
|
@ -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