Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6931310

Browse files
committed
feat: add binary
1 parent a2a7199 commit 6931310

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cmd/gotd-bot-api/main.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Binary gotd-bot-api implements telegram-bot-api server using gotd.
2+
package main
3+
4+
import (
5+
"fmt"
6+
)
7+
8+
func main() {
9+
fmt.Println("Start")
10+
}

doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package botapi implements telegram-bot-api in go.
2+
package botapi

0 commit comments

Comments
 (0)