Fixes GOPATH casing

This commit is contained in:
Tom Hudson 2016-03-28 15:18:15 +01:00
parent a34f4bd376
commit 81084a504b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/tomnomnom/linkheader" "github.com/TomNomNom/linkheader"
) )
func main() { func main() {

View File

@ -3,7 +3,7 @@ package linkheader_test
import ( import (
"fmt" "fmt"
"github.com/tomnomnom/linkheader" "github.com/TomNomNom/linkheader"
) )
func ExampleParse() { func ExampleParse() {