open-consul/agent/local
Daniel Nephin 45f0afcbf4 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
..
state.go structs: Fix printing of IDs 2021-01-07 18:47:38 -05:00
state_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
testing.go Fix a bunch of linter warnings 2020-11-09 09:22:12 -05:00