Documentation
¶
Index ¶
Constants ¶
View Source
const ( CmdName = "leetgo" ConfigFilename = "leetgo.yaml" QuestionCacheBaseName = "leetcode-questions" StateFilename = "state.json" DepVersionFilename = "deps.json" CodeBeginMarker = "@lc code=begin" CodeEndMarker = "@lc code=end" ProjectURL = "https://github.com/j178/leetgo" )
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.