From e09130d898274b1faa2ecb484b59204e7e372548 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Fri, 22 Dec 2017 03:26:21 +0100 Subject: [PATCH] test: remove unused type (#66) --- main_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main_test.go b/main_test.go index 3dce73c..b6c02ae 100644 --- a/main_test.go +++ b/main_test.go @@ -7,9 +7,6 @@ package main import "testing" func Test_shortenVersion(t *testing.T) { - type args struct { - v string - } tests := []struct { version string want string