From 81051d9e2d5fa34552eccf25801d137b5486c804 Mon Sep 17 00:00:00 2001 From: Garrett Squire Date: Thu, 27 Oct 2016 16:39:01 -0700 Subject: Enforce alphabetical ordering of packages in YAML config (#22) --- handler_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'handler_test.go') diff --git a/handler_test.go b/handler_test.go index 9f2eca8..ce5e290 100644 --- a/handler_test.go +++ b/handler_test.go @@ -6,10 +6,10 @@ var config = ` url: go.uber.org packages: - yarpc: - repo: github.com/yarpc/yarpc-go thriftrw: repo: github.com/thriftrw/thriftrw-go + yarpc: + repo: github.com/yarpc/yarpc-go ` -- cgit v1.2.3