-
Notifications
You must be signed in to change notification settings - Fork 548
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
Constant with Unit #2000
Labels
Milestone
Comments
xushiwei
added a commit
to xushiwei/gop
that referenced
this issue
Nov 7, 2024
xushiwei
added a commit
to xushiwei/gop
that referenced
this issue
Nov 7, 2024
number with unit: scanner/parser/format #2007 |
cl: compileNumberUnitLit - #2008 wait 0.5s
wait 5µs It is equivalent to wait 0.5 * time.Second
wait 5 * time.Microsecond |
Convert const unit Distance (
mm = 1
cm = 10
dm = 100
m = 1000
) into const Gopu_Distance = "mm=1,cm=10,dm=100,m=1000" |
xushiwei
added a commit
to xushiwei/gogen
that referenced
this issue
Nov 8, 2024
xushiwei
added a commit
to xushiwei/gop
that referenced
this issue
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal
The text was updated successfully, but these errors were encountered: