Skip to content

zhaopcprayer/infor-you-mation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InforYouMation

The information for you .

Dependency

MysqlDB

CREATE DATABASE `inforyoumation` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE TABLE user (
id      INT auto_increment,
username   VARCHAR(32),
pwd VARCHAR(32),
PRIMARY KEY(id) 
)ENGINE=InnoDB DEFAULT CHARSET=utf8 ;

Start

go build
./infor-you-mation

Contact

i@yanyiwu.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%