mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
9 lines
113 B
Go
9 lines
113 B
Go
//go:build !canary
|
|
// +build !canary
|
|
|
|
package main
|
|
|
|
func getInstallBaseUrl() string {
|
|
return PROD_INSTALL_URL
|
|
}
|