Skip to content

mncinnovation/golang-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors