Skip to content
Snippets Groups Projects
Unverified Commit 67d65654 authored by Jean de Klerk's avatar Jean de Klerk Committed by GitHub
Browse files

genproto: make import obvious, fix test location (#124)

parent 174793a8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ Go generated proto packages
[![Build Status](https://travis-ci.org/google/go-genproto.svg?branch=master)](https://travis-ci.org/google/go-genproto)
[![GoDoc](https://godoc.org/google.golang.org/genproto?status.svg)](https://godoc.org/google.golang.org/genproto)
```
go get google.golang.org/genproto
```
> **IMPORTANT** This repository is currently experimental. The structure
> of the contained packages is subject to change. Please see the original
> source repositories (listed below) to find out the status of the each
......
......@@ -15,7 +15,7 @@ go version
# Set $GOPATH
export GOPATH="$HOME/go"
export GENPROTO_HOME=$GOPATH/src/google/go-genproto
export GENPROTO_HOME=$GOPATH/src/google.golang.org/genproto
export PATH="$GOPATH/bin:$PATH"
mkdir -p $GENPROTO_HOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment