1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-15 18:22:27 +08:00

doc: format code in markdown file

This commit is contained in:
dudaodong
2022-07-20 15:13:44 +08:00
parent cece13e929
commit aad5b447c9
12 changed files with 216 additions and 216 deletions

View File

@@ -680,7 +680,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewUnixNow() *theTime
```
@@ -708,7 +708,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewUnix(unix int64) *theTime
```
@@ -737,7 +737,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewFormat(t string) (*theTime, error)
```
@@ -767,7 +767,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewISO8601(iso8601 string) (*theTime, error)
```