mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-19 23:05:04 +01:00
9 lines
101 B
Go
9 lines
101 B
Go
// +build go1.2
|
|
|
|
package gcfg
|
|
|
|
import (
|
|
"encoding"
|
|
)
|
|
|
|
type textUnmarshaler encoding.TextUnmarshaler
|