mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
* Railway URL * Update .goreleaser.yml * Move to URL constant file * Remove LDFlags for now
5 lines
111 B
Go
5 lines
111 B
Go
package constants
|
|
|
|
const RailwayURLDefault = "https://railway.app"
|
|
|
|
var RAILWAY_URL string = RailwayURLDefault
|