From 3ca8d39bf75855c32e2e4c12c1c048a5da5202da Mon Sep 17 00:00:00 2001
From: unixbsdshell <penaadventure@gmail.com>
Date: Tue, 25 Mar 2025 19:22:55 +0000
Subject: [PATCH] Update file README.md

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index e69de29..94c1ee3 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,13 @@
+# 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
-- 
GitLab