This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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.
9712
Commits
2
Branches
178 MiB
Tree:
c8780984f8
for-closed-social
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'c8780984f8'
${ noResults }
gitea
/
vendor
/
github.com
/
go-git
/
gcfg
/
go1_2.go
9 lines
101 B
Raw
Normal View
History
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