# FreeBSD Tutorials: Go lang CRUD With MySQL Server FreeBSD Go CRUD MySQL Example ## Installation and Run ``` root@ns7:/var/FreeBSD-Golang-MySQL # go mod init github.com/iwanse1977/FreeBSD-Golang-MySQL root@ns7:/var/FreeBSD-Golang-MySQL # go mod tidy root@ns7:/var/FreeBSD-Golang-MySQL # go get github.com/go-sql-driver/mysql Build & Run: go run main.go Go to http://192.168.5.2:4000 ``` # More Information https://inchimediatama-nusantara.blogspot.com/2024/09/build-web-application-with-google-go_01365377721.html