<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm.org/llvm/bindings/go/llvm is not Go package"
   href="https://llvm.org/bugs/show_bug.cgi?id=31937">31937</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm.org/llvm/bindings/go/llvm is not Go package
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lin90162@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I'm trying to install LLVM Go bindings following below instruction.

<a href="https://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/README.txt">https://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/README.txt</a>

However, `go get` command fails with 'unrecognized import path' error. `go get`
needs meta tag to recognize Go packages, but
<a href="https://llvm.org/llvm/bindings/go/llvm?go-get=1">https://llvm.org/llvm/bindings/go/llvm?go-get=1</a> does not provide it.

My environment is

- macOS 10.12.3
- Go 1.7.5

Below is a log for this issue.

$ go get -v -d llvm.org/llvm/bindings/go/llvm

Fetching <a href="https://llvm.org/llvm/bindings/go/llvm?go-get=1">https://llvm.org/llvm/bindings/go/llvm?go-get=1</a>
Parsing meta tags from <a href="https://llvm.org/llvm/bindings/go/llvm?go-get=1">https://llvm.org/llvm/bindings/go/llvm?go-get=1</a> (status
code 404)
package llvm.org/llvm/bindings/go/llvm: unrecognized import path
"llvm.org/llvm/bindings/go/llvm" (parse
<a href="https://llvm.org/llvm/bindings/go/llvm?go-get=1">https://llvm.org/llvm/bindings/go/llvm?go-get=1</a>: no go-import meta tags)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>