PlayGoLab

El Playground de Go que estabas esperando.

Escribe código Go, mira los resultados inline al instante. Sin complejas configuraciones, sin `package main`. Rendimiento nativo impulsado por Wails.

Download for Windows

macOS version coming soon

main.go ×
file5.go ×
file3.go ×
+
1234567891011121314
package main import "fmt" func calculateTotal(prices []int) int { total := 0 for _, p := range prices { total += p } return total } prices := []int{15, 25, 40} calculateTotal(prices)
0 15 | 40 | 80 80 []int{15, 25, 40} => 80

Trust & Security First

GoLab is built natively with Go and Wails. As independent desktop software, Windows SmartScreen might initially flag our installer because it lacks an expensive corporate EV Certificate.

100% Transparent

How to run on Windows

When you launch the downloaded installer, Windows Defender may show a blue "Windows protected your PC" screen out of caution. Here is how to proceed safely in two simple clicks.

1

Click "More info"

Look for the underlined text right below the main visual warning message.

2

Click "Run anyway"

A new button will appear at the bottom right of the window. Click it to launch PlayGoLab safely.