Skip to content

Commit 51ddc2a

Browse files
committed
Fixed gitignore
1 parent 4af09fc commit 51ddc2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Binaries
22
/bin/tfgpt
3-
tfgpt
43

54
# Executable files on Windows
65
/bin/tfgpt.exe

cmd/tfgpt/main.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package main
2+
3+
import (
4+
"os"
5+
6+
"github.com/flavius-dinu/tfgpt/pkg/util"
7+
)
8+
9+
func main() {
10+
util.HandleCommand(os.Args)
11+
}

0 commit comments

Comments
 (0)