fulln

Results 5 issues of fulln

go version go1.12.6 windows/amd64 执行5.6节中redis的代码时报错: ``` go run .\redisin.go # command-line-arguments .\redisin.go:42:5: syntax error: unexpected newline, expecting comma or } ``` 查询一番发现 ``` func newPool(server string) *redis.Pool { return &redis.Pool{...

var lastInsertId int err = db.QueryRow("INSERT INTO userinfo(username,**_departname_**,created) VALUES($1,$2,$3) returning uid;", "astaxie", "研发部门", "2012-12-09").Scan(&lastInsertId) checkErr(err) fmt.Println("最后插入id =", lastInsertId) 这个departname 应该是department才对 ,建表语句中也是department

this pr is for #297 状态机和spring的适配性 and i write some test in src/test/java ,but there are many point need to promote and extension

我有使用到该状态机组件,然后使用的时候写了套针对状态机的使用的spring-start项目和相关注解,能不能为该项目提供个pr

add readlecture to readme