Konstan dalam go
const lightSpeed = 299792458 // initial value
// Error! Constants cannot be changed
lightSpeed = 299792460
SAMER SAEID
const lightSpeed = 299792458 // initial value
// Error! Constants cannot be changed
lightSpeed = 299792460