Working with files and I/O / File path operations

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