Working with files and I/O / File path operations

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "path/filepath" ) func main() { parts := filepath.SplitList("/usr/bin:/tmp") fmt.Printf("parts: %#v\n", parts) }
Editor Settings
Theme
Key bindings
Full width
Lines