鹿成

Results 2 issues of 鹿成

**Describe the bug** Unable to generate API in linux, swagger.json and swagger.yaml api is empty **To Reproduce** Steps to reproduce the behavior: 1. go install github.com/swaggo/swag/cmd/[email protected] 2. swag init or...

## Description ``` const Layout = "2006-01-02 15:04:05" // datetime // CTime china time/date // format Layout type CTime time.Time func (t CTime) MarshalJSON() ([]byte, error) { return marshalJSON[CTime](t) }...