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