Skip to content

Commit

Permalink
use forked yaml package
Browse files Browse the repository at this point in the history
GFW blocks gopkg, some guys can not go get
  • Loading branch information
siddontang committed Aug 18, 2014
1 parent c764dc1 commit 77e2b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ fi
source ./dev.env

go get github.com/siddontang/go-log/log
go get gopkg.in/yaml.v1
go get github.com/siddontang/go-yaml/yaml
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package config

import (
"gopkg.in/yaml.v1"
"github.com/siddontang/go-yaml/yaml"
"io/ioutil"
)

Expand Down
2 changes: 1 addition & 1 deletion router/router_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package router

import (
"github.com/siddontang/go-yaml/yaml"
"github.com/siddontang/mixer/config"
"gopkg.in/yaml.v1"
"testing"
)

Expand Down

0 comments on commit 77e2b66

Please sign in to comment.