This website works better with JavaScript.
Explore
Help
Register
Sign In
jasper
/
gotodo
Watch
1
Star
0
Fork
You've already forked gotodo
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43d05ce727
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '43d05ce727'
${ noResults }
gotodo
/
internal
/
types
/
IUser.go
7 lines
75 B
Go
Raw
Normal View
History
Unescape
Escape
fixing some stuff
3 years ago
package
types
initial commit
3 years ago
type
IUser
interface
{
GetId
(
)
int
sql privider
3 years ago
GetUsername
(
)
string
initial commit
3 years ago
}