go-play-bot A Lark bot which runs go playground Usage Chat with the bot: run: run code fmt: format code @go-play-bot run package main import "fmt" func main() { fmt.Println("Hello, world") } Output: Hello, world