Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's mean of the _ = time.Second #4

Closed
90wukai opened this issue Aug 27, 2018 · 2 comments
Closed

what's mean of the _ = time.Second #4

90wukai opened this issue Aug 27, 2018 · 2 comments

Comments

@90wukai
Copy link

90wukai commented Aug 27, 2018

gen/template/model.go

Lines 13 to 17 in 34eddd9

var (
_ = time.Second
_ = sql.LevelDefault
_ = null.Bool{}
)

@smallnest
Copy link
Owner

占位,避免编译出错

@90wukai
Copy link
Author

90wukai commented Aug 27, 2018

@smallnest ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants