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.
Click to show internal directories.
Click to hide internal directories.