toby.zxj
a13a6b14ec
Using strings.HasPrefix(...) will misjudgement
`strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table.
user_name | repo_name
----------+-------------
toby | toby/blog
toby | toby/test
toby | tobyzxj/blog
toby | tobyzxj/test
2014-06-11 16:54:25 +08:00
..
2014-05-08 19:17:43 -04:00
2014-06-08 04:45:34 -04:00
2014-04-30 10:23:43 +08:00
2014-05-28 22:15:15 -04:00
2014-06-02 21:59:56 -04:00
2014-06-08 17:53:53 -04:00
2014-04-13 03:14:43 -04:00
2014-06-10 19:11:53 -04:00
2014-05-06 13:47:47 -04:00
2014-06-10 19:11:53 -04:00
2014-05-11 11:56:04 +08:00
2014-06-11 16:54:25 +08:00
2014-05-06 11:50:31 -04:00
2014-06-08 17:53:53 -04:00
2014-06-08 04:54:52 -04:00