Skip to content

Commit

Permalink
Merge pull request #2 from AudaxHealthInc/yaml-is-now-on-gopkg.in
Browse files Browse the repository at this point in the history
yaml has moved to gopkg.in
  • Loading branch information
buger committed Aug 11, 2014
2 parents 014bc61 + 10fd244 commit d9367e5
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 d9367e5

Please sign in to comment.