1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-15 16:36:27 -03:00
tea/vendor/github.com/src-d/gcfg/go1_2.go
Lunny Xiao d4f107b710 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>
2019-04-25 20:06:53 +03:00

10 lines
101 B
Go

// +build go1.2
package gcfg
import (
"encoding"
)
type textUnmarshaler encoding.TextUnmarshaler