This website works better with JavaScript.
Explore
Help
Sign In
ibnu
/
codeBase-Go-API
Watch
1
Star
0
Fork
You've already forked codeBase-Go-API
0
Code
Issues
Pull Requests
Projects
Releases
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.
4
Commits
3
Branches
0
Tags
213 MiB
Tree:
a905a4f047
master
widyarhn-dev
yoga-dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a905a4f047'
${ noResults }
codeBase-Go-API
/
models
/
postModel.go
9 lines
98 B
Raw
Blame
History
package
models
import
"gorm.io/gorm"
type
Post
struct
{
gorm
.
Model
Title
string
Body
string
}
Reference in new issue
Copy Permalink