Working with files and I/O / File path operations

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "path/filepath" ) func main() { path := filepath.Join("dir", "file.txt") dir := filepath.Dir(path) fmt.Printf("path: %s, dif: %s\n", path, dir) }
Editor Settings
Theme
Key bindings
Full width
Lines