Hacker News new | past | comments | ask | show | jobs | submit login

btw, if you have code that currently casts to uint for shifts, you can rewrite it with gofmt:

    gofmt -r 'y << uint(x) -> y << x'
(You'll have to run this multiple times for uint32, uint64 etc. if you shift with those types.)



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: