Skip to content

Commit

Permalink
change to github.com/shurcooL/go-goon
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Sep 6, 2016
1 parent c72be71 commit ad5c60a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goon.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import goon "github.com/glycerine/go-goon"
//import goon "github.com/glycerine/go-goon"
import goon "github.com/shurcooL/go-goon"

// require that we download the go-goon package above, which is used by the tests
var _ = goon.Dump

0 comments on commit ad5c60a

Please sign in to comment.