I'm using Hexo to generate this blog.

vgo is the (newest) official way to managed versioned dependencies in Go. In my most recent project, I’ve decided to use it instead of dep or glide, which I’ve used previously. Taking a leaf out of the recent work I’ve been doing at work, I’ve hooked that repository up to some free CI tools, including Travis CI.

Read more »

In the last post I set up the app, the DB model, and the Git integration through the GitPython library. In this post, I'll be looking at the templates that will render what the user sees.

Read more »

In this article, I'll be going over the commit and inspect pages. The commit page is responsible for showing the changes made in a commit, and the inspect page is responsible for showing the contents of a file.

Read more »
0%