Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 252 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 252 Bytes

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