Skip to content
Snippets Groups Projects
Commit 3ca8d39b authored by unixbsdshell's avatar unixbsdshell
Browse files

Update file README.md

parent 4f52da19
No related branches found
No related tags found
No related merge requests found
Pipeline #14775 failed
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment