[Bug 200209] lang/go: "go tool vet" doesn't work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 14 20:16:48 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200209

            Bug ID: 200209
           Summary: lang/go: "go tool vet" doesn't work
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jlaffaye at FreeBSD.org
          Reporter: vadmeste at gmail.com
          Assignee: jlaffaye at FreeBSD.org
             Flags: maintainer-feedback?(jlaffaye at FreeBSD.org)

Overview:
========

go tool vet doesn't work though it should be according to the README of
https://github.com/golang/tools

Steps to Reproduce:
==================

Execute "go tool vet"

Actual Results:
==============

go tool: no such tool "vet"; to install:
        go get golang.org/x/tools/cmd/vet


Expected Results: 
================

Usage of vet:
        vet [flags] directory...
        vet [flags] files... # Must be a single package
For more information run
        godoc golang.org/x/tools/cmd/vet

Flags:
  -all=true: check everything; disabled if any explicit check is requested
  -asmdecl=unset: check assembly against Go declarations

....
....


Build Date & Hardware: 
=====================

The last version of golang under FreeBSD 10.1-RELEASE-p10 amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list