Christopher B
Christopher B
Added attributes to svg.Startview and svg.StartviewUnit Was wondering why these two methods had no way of adding attributes like the others. I hope the changes are ok. If not I...
Currently is doe not seem possible to change the entries in a List after creation. i.E. a list like this: ``` entries := []interface{}{ "Test 1", "Test 2", "Test 3",...
deep.Equal does behave differently from reflect.DeepEqual when comparing functions. The documentation of reflect.DeepEqual states for functions: > Func values are deeply equal if both are nil; otherwise they are not...