$
echo 'package main
import "fmt"
func main() {
fmt.Printf("%s", "GolangCode is a site with an aim to provide quick answers to those everyday code problems, ones which you know deep down but just require a quick google anyway. A how-to guide of sorts, with less teaching more showing of code - great for people in full flow, coding away.\n")
}
' >> about.go
$
clear
go run about.go
GolangCode is a site with an aim to provide quick answers to those everyday code problems, ones which you know deep down but just require a quick google anyway. A how-to guide of sorts, with less teaching more showing of code - great for people in full flow, coding away.
$
Edd is the Lead Developer at Hoowla, a prop-tech startup, where he spends much of his time working on production-ready Go and PHP code. He loves coding, but also enjoys cycling and camping in his spare time.