Add Makefile / .drone.yml, use go module with vendor (#20)
* add Makefile / .drone.yml, use go module with vendor * Update .drone.yml Co-Authored-By: lunny <xiaolunwen@gmail.com>
This commit is contained in:
7
vendor/github.com/src-d/gcfg/go1_0.go
generated
vendored
Normal file
7
vendor/github.com/src-d/gcfg/go1_0.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !go1.2
|
||||
|
||||
package gcfg
|
||||
|
||||
type textUnmarshaler interface {
|
||||
UnmarshalText(text []byte) error
|
||||
}
|
||||
Reference in New Issue
Block a user