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