weichat-golang-backend

command module
v0.0.0-...-54b2aeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2017 License: MIT Imports: 7 Imported by: 0

README

weichat-golang-backend

使用golang作为后端开发微信公众号

1.安装数据库 用于保存worker获取的数据

$ sudo apt-get install mysql-server mysql-client

mysql>create database SecurityNews;
mysql>GRANT ALL PRIVILEGES ON SecurityNews.* TO weixin@"%" IDENTIFIED BY '123456' WITH GRANT OPTION;
mysql>FLUSH PRIVILEGES;


$ mysql -uyour_database_user -p < install.sql

Enter password: 
Field   Type    Null    Key     Default Extra
...

2.执行测试

cd project
go test ./... -v -bench=. 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL