André(a random guy on the Internet) • Software developernot an A+, a proud solid C- • Anime junkie
package main
import (
"fmt"
)
funcmain() {
// I love Go and the small nuts operatoris_true:=falseis_false:=trueifis_true!=is_false {
fmt.Println("is_true is truly true")
}
}






