replace string

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "strings" ) func main() { fmt.Println("Hello World!") asd := "asd/sububu" qwe:= strings.Replace(asd, "/", "'", -1) fmt.Println(qwe) }
Editor Settings
Theme
Key bindings
Full width
Lines