1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-10 07:42: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

@@ -712,7 +712,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewUnix(unix int64) *theTime
```
@@ -741,7 +741,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewFormat(t string) (*theTime, error)
```
@@ -771,7 +771,7 @@ func main() {
```go
type theTime struct {
unix int64
unix int64
}
func NewISO8601(iso8601 string) (*theTime, error)
```