fix: correct type comment declaration

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-13 17:58:32 -04:00
parent 49e44ce59b
commit ff35e95924

View File

@@ -1,6 +1,6 @@
package resource
// A collection of resource constraints for apps
// Resource is a collection of resource constraints for apps
type Resource struct {
CPU string `json:"cpu"`
Memory string `json:"memory"`