Пример #1
0
func TestInt64SliceSum(t *testing.T) {
	l := util.Int64Slice{2, 4, 30, 22}
	assert.EqualValues(t, 58, l.Sum())
}