config

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const GoSolcSelect = "0.2.0"

GoSolcSelect The go-solc-select version

View Source
const LinuxAmd64 = "linux-amd64"

LinuxAmd64 The name of the operating system for generating a link to the repository with solc compilers for Linux

View Source
const MacosxAmd64 = "macosx-amd64"

MacosxAmd64 The name of the operating system for generating a link to the repository with solc compilers for Mac

View Source
const OldSolcListUrl = "https://raw.githubusercontent.com/crytic/solc/new-list-json/linux/amd64/list.json"

OldSolcListUrl Url to list of available old Solidity Compilers for Linux platform

View Source
const OldSolcUrl = "https://raw.githubusercontent.com/crytic/solc/master/linux/amd64"

OldSolcUrl The initial part of the url to the old Solidity Compiler for Linux platform

View Source
const SoliditylangUrl = "https://binaries.soliditylang.org"

SoliditylangUrl Url to repository contains current and historical builds of the Solidity Compiler

View Source
const WindowsAmd64 = "windows-amd64"

WindowsAmd64 The name of the operating system for generating a link to the repository with solc compilers for Windows

Variables

View Source
var CurrentVersionFilePath = filepath.Join(SolcDir, "global-version")

CurrentVersionFilePath The name of the file that contains the current version

View Source
var HomeDir, _ = os.UserHomeDir()

HomeDir Home directory of the current user

View Source
var SolcArtifacts = filepath.Join(SolcDir, "artifacts")

SolcArtifacts Directory contains solc compilers

View Source
var SolcDir = filepath.Join(HomeDir, ".gsolc-select")

SolcDir Directory contains go-solc-select (app) files

View Source
var ValidSemVer, _ = regexp.Compile(`^[\d]+(\.[\d]+){1,2}$`)

ValidSemVer Regular expression for version

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL