Update build process, Go glue builds now.

This commit is contained in:
Adam Ierymenko 2019-09-20 15:00:53 -07:00
commit e0ddbc2f28
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
7 changed files with 70 additions and 153 deletions

View file

@ -185,14 +185,6 @@ public:
*/
static int64_t getFileSize(const char *path);
/**
* Get full DNS TXT results
*
* @param name DNS FQDN
* @return TXT record result(s) or empty on error or not found
*/
static std::vector<std::string> resolveTxt(const char *name);
/**
* @return Current time in milliseconds since epoch
*/