Fix build tags of meminfo collector

The meminfo collector only supports darwin, dragonfly, freebsd and linux
and must not be included in other archtictures.
This commit is contained in:
Tobias Schmidt 2017-07-20 14:37:10 -04:00
parent efc1ea14ba
commit 016d79535d

View file

@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build darwin dragonfly freebsd linux
// +build !nomeminfo
// +build !netbsd
package collector