Fix build tags of meminfo collector

The meminfo collector only supports darwin, dragonfly, freebsd and linux
and must not be included in other archtictures.
pull/620/head
Tobias Schmidt 2017-07-20 14:37:10 -04:00
parent efc1ea14ba
commit 016d79535d
1 changed files with 1 additions and 1 deletions

View File

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