Skip to content

Commit

Permalink
fix typeFormat slice range
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Aug 29, 2018
1 parent 0d00c3c commit 3729db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/struct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package lib
import "testing"

func TestShowStruct(t *testing.T) {
err := ShowStruct("test")
err := ShowStruct("test","")

if err != nil {
t.Error(err)
Expand Down

0 comments on commit 3729db7

Please sign in to comment.