unlock mutex

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "sync" ) func main() { mx := sync.Mutex{} mx.Unlock() fmt.Println("Hello World!") }
Editor Settings
Theme
Key bindings
Full width
Lines