You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsCode = getSomeRawJSCode()
ua := "Custom User Agent"
cce = closureCompiler.NewCCEval(jsCode, ua)
minified, err = cce.Run() // minified is the result from closureCompiler
fmt.Println(minified, err)