#!/bin/sh
mkdir -p ${GOPATH}/src/$(dirname $1)
ln -sT $(realpath vendor/src/$1) ${GOPATH}/src/$1
