constants

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CmdName               = "leetgo"
	GlobalConfigFilename  = "config.yaml"
	ProjectConfigFilename = "leetgo.yaml"
	QuestionCacheBaseName = "leetcode-questions"
	StateFilename         = "state.json"
	CodeBeginMarker       = "@lc code=begin"
	CodeEndMarker         = "@lc code=end"
	ProjectURL            = "https://github.com/j178/leetgo"
	GoTestUtilsModPath    = "github.com/j178/leetgo/testutils/go"
	RustTestUtilsCrate    = "leetgo_rs"
	PythonTestUtilsMode   = "leetgo_py"
)
View Source
const (
	DefaultPython = "python3"
	VenvPython    = "bin/python"
)

Variables

View Source
var (
	Version   = "dev"
	Commit    = "HEAD"
	BuildDate = "unknown"
)

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