about summary refs log tree commit diff
path: root/pkg/bot/bot.go
blob: 28c506ce8457b913920f52ecd057bd18240aafd7 (plain)
1
2
3
4
5
6
7
package bot

import "fmt"

func Greet() {
	fmt.Println("hello, world!")
}