Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
protected void CreateNewStaffMember()
{
StaffMember _newStaffMember = new StaffMember();
//... Code to create the new StaffMember...
//Raise the event
NewStaffCreated(_newStaffMember);
}
packages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing go
https://www.youtube.com/watch?v=5qI8z_lB5Lw
!!!!!!Connecting to a mysql database!!!!!!!!!!!!
https://dinosaurscode.xyz/go/2016/06/19/golang-mysql-authentication/
Golang IDE
https://www.jetbrains.com/go/
package main
import (
"log"
"net/http"
"html/template"
"github.com/gorilla/mux"
)
var tpl *template.Template