more code cleanup

This commit is contained in:
Ruixiang Du
2020-06-17 11:38:29 +08:00
parent 44b89ee5f9
commit 2b9f7cc616
45 changed files with 580 additions and 129 deletions

View File

@@ -19,7 +19,7 @@
#include <algorithm>
#include <iostream>
namespace wescore
namespace westonrobot
{
template <typename... Args>
std::string format(const std::string &fmt, Args... args)
@@ -58,6 +58,6 @@ void url_parse_host(std::string host,
* Parse ?ids=sid,cid
*/
void url_parse_query(std::string query);
} // namespace wescore
} // namespace westonrobot
#endif /* ASYNCIO_UTILS_HPP */