Skip to content

Golang boilerplate for Golang Workshop: Golang, Common Use

License

Notifications You must be signed in to change notification settings

mncinnovation/golang-boilerplate

Repository files navigation

golang-boilerplate

Golang boilerplate for Golang Workshop: Golang, Common Use

SQL tables

CREATE TABLE `framework` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `type` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4

About

Golang boilerplate for Golang Workshop: Golang, Common Use

Topics

Resources

License

Stars

Watchers

Forks