Skip to content

Commit

Permalink
yaml has moved to gopkg.in
Browse files Browse the repository at this point in the history
  • Loading branch information
bookest committed Jul 7, 2014
1 parent 8f45fff commit 10fd244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/go-yaml/yaml"
"gopkg.in/yaml.v1"
"io/ioutil"
"log"
"os"
Expand Down

0 comments on commit 10fd244

Please sign in to comment.