1
0
mirror of https://github.com/rancher/os.git synced 2025-10-21 23:58:06 +00:00

Go DNS patch based on build tag

This commit is contained in:
Josh Curl
2016-06-27 20:05:19 -07:00
parent b22c075b95
commit d0607ee68f
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
// +build !dnspatch
package network
func updateDNSCache() {}