1 package state 2 3 const _dirpath = "./.odo" 4 const _filepath = "./.odo/devstate.json" 5 const _filepathPid = "./.odo/devstate.%d.json" 6
View as plain text