Daniel Nephin d113f0e690 structs: Fix printing of IDs
These types are used as values (not pointers) in other structs. Using a pointer receiver causes
problems when the value is printed. fmt will not call the String method if it is passed a value
and the String method has a pointer receiver. By using a value receiver the correct string is printed.

Also remove some unused methods.
2021-01-07 18:47:38 -05:00
..
2020-12-07 13:42:55 -05:00
2021-01-07 18:47:38 -05:00
2021-01-04 19:47:13 -06:00
2021-01-07 18:47:38 -05:00
2021-01-07 18:47:38 -05:00
2021-01-07 18:47:38 -05:00
2021-01-07 18:13:48 -05:00
2020-11-17 18:16:26 -05:00
2020-11-17 18:16:26 -05:00
2021-01-07 18:47:38 -05:00
2021-01-07 18:13:49 -05:00
2020-11-16 11:02:11 -08:00
2020-06-16 13:21:11 -04:00