mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-26 09:46:04 +02:00
9 lines
101 B
Go
Vendored
9 lines
101 B
Go
Vendored
// +build go1.2
|
|
|
|
package gcfg
|
|
|
|
import (
|
|
"encoding"
|
|
)
|
|
|
|
type textUnmarshaler encoding.TextUnmarshaler
|