mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-23 11:01:20 +00:00
9 lines
101 B
Go
9 lines
101 B
Go
// +build go1.2
|
|
|
|
package gcfg
|
|
|
|
import (
|
|
"encoding"
|
|
)
|
|
|
|
type textUnmarshaler encoding.TextUnmarshaler
|