This website works better with JavaScript.
Explore
Help
Sign In
github-forks
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Projects
Releases
Activity
9b5185d3cc
gitea
/
vendor
/
github.com
/
go-git
/
gcfg
/
go1_0.go
8 lines
101 B
Go
Raw
Blame
History
// +build !go1.2
package
gcfg
type
textUnmarshaler
interface
{
UnmarshalText
(
text
[
]
byte
)
error
}
View Git Blame
Copy Permalink