Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 20:16:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200209] lang/go: "go tool vet" doesn't work
Message-ID:  <bug-200209-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: vadmeste@gmail.com
          Assignee: jlaffaye@FreeBSD.org
             Flags: maintainer-feedback?(jlaffaye@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200209-13>