intelsdi-x / snap-plugin-publisher-postgresql

Publishes snap metrics to PostreSQL
http://snap-telemetry.io/
Apache License 2.0
2 stars 10 forks source link

Use `fmt.Sprintf()` instead of maintaining the type switches #21

Closed IzabellaRaulin closed 8 years ago

IzabellaRaulin commented 8 years ago

fmt.Sprintf() will resolve all the issue related with type conversion of incoming data to string - there is no more need to maintain the type switches

katarzyna-z commented 8 years ago

This is resolved by #23.