#!/bin/bash godepgraph \ -s \ -p github.com \ ./$1 > .deps.dot && xdot .deps.dot rm .deps.dot