Add documentation info
This commit is contained in:
parent
7ec2b87312
commit
8f901b4b55
@ -30,6 +30,14 @@ The fantastic ORM library for Golang, aims to be developer friendly.
|
|||||||
go get -u github.com/jinzhu/gorm
|
go get -u github.com/jinzhu/gorm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
[](https://godoc.org/github.com/jinzhu/gorm)
|
||||||
|
|
||||||
|
`go doc` format documentation for this project can be viewed online without
|
||||||
|
installing the package by using the GoDoc page at:
|
||||||
|
http://godoc.org/github.com/jinzhu/gorm
|
||||||
|
|
||||||
## Define Models (Structs)
|
## Define Models (Structs)
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user