update_debug.go 165 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 // +build !release,!autoupdate package client import ( "ngrok/client/mvc" ) // no auto-updating in debug mode func autoUpdate(state mvc.State, token string) { }