1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

test: remove unused type (#66)

This commit is contained in:
ferhat elmas 2017-12-22 03:26:21 +01:00 committed by Emmanuel T Odeke
parent f4d96179f3
commit e09130d898

View File

@ -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