This website works better with JavaScript.
Explore
Help
Register
Sign In
ZOS
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Gitea 代码
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11568
Commits
1
Branch
0
Tags
242 MiB
Tag:
Branch:
Tree:
7081046b5f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7081046b5f'
${ noResults }
gitea
/
vendor
/
github.com
/
go-git
/
gcfg
/
go1_2.go
10 lines
101 B
Raw
Normal View
History
Unescape
Escape
Implement git refs API for listing references (branches, tags and other) (#5354) * Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)
6 years ago
// +build go1.2
package
gcfg
import
(
"encoding"
)
type
textUnmarshaler
encoding
.
TextUnmarshaler