dmitri.shuralyov.com/text/kebabcase

Update import path in test package.

This package has moved slightly.
dmitshur committed 6 years ago commit 40e40b42552a9cb37d6e98f4ad31f63ae53ea43a
Showing partial commit. Full Commit
Collapse all
kebabcase_test.go
@@ -3,11 +3,11 @@ package kebabcase_test
import (
	"fmt"
	"reflect"
	"testing"

	"dmitri.shuralyov.com/kebabcase"
	"dmitri.shuralyov.com/text/kebabcase"
	"github.com/shurcooL/graphql/ident"
)

func Example_kebabCaseToMixedCaps() {
	fmt.Println(kebabcase.Parse("client-mutation-id").ToMixedCaps())