Hacker News new | ask | show | jobs
by skytrias 1577 days ago
if you really care about that so much you can create an alias procedure with a different name and use that throughout your package

import "core:fmt"

print :: fmt.println

// you can use print("test") now