]> git.lizzy.rs Git - micro.git/commit
Add support for ~username syntax (fix #1033) (#1035)
authorDanielPower <me@danielpower.ca>
Fri, 30 Mar 2018 20:20:51 +0000 (17:50 -0230)
committerZachary Yedidia <zyedidia@gmail.com>
Fri, 30 Mar 2018 20:20:51 +0000 (16:20 -0400)
commit804943a1e8cf6f7dea14766d0207caf26607c280
tree0c829102c88e15264d9aaac811e9c145695e40a3
parent89f50638d7c819842da38c09b52731db655903f6
Add support for ~username syntax (fix #1033) (#1035)

* Add support for ~username syntax (fix #1033)

* Fixed return string

Also removed non-descriptive variable name `foo`

* moved err declarations outside of if statement
cmd/micro/util.go