1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-03 06:14:13 +00:00
Beego/vendor/github.com/beego/goyaml2/writer.go

10 lines
96 B
Go
Raw Normal View History

2018-11-09 04:37:28 +00:00
package goyaml2
import (
"io"
)
func Write(w io.Writer, v interface{}) error {
return nil
}