Skip to content

Commit

Permalink
Change to new url
Browse files Browse the repository at this point in the history
  • Loading branch information
x0f5c3 committed Dec 6, 2021
1 parent b90d9c2 commit 343dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use directories::ProjectDirs;
use std::path::PathBuf;
use versions::SemVer;

pub const DL_URL: &str = "https://golang.org/dl";
pub const DL_URL: &str = "https://go.dev/dl";

#[cfg(target_os = "windows")]
pub const PATH_SEPERATOR: &str = ";";
Expand Down

0 comments on commit 343dc79

Please sign in to comment.