From ff35e9592459566fb6c8cd5c5fb0be5b8d3c2cb3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 13 Mar 2019 17:58:32 -0400 Subject: [PATCH] fix: correct type comment declaration --- plugins/resource/resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/resource/resource.go b/plugins/resource/resource.go index 90c286d50..1f188893a 100644 --- a/plugins/resource/resource.go +++ b/plugins/resource/resource.go @@ -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"`