feat: remove borders to make it easy to copy

This commit is contained in:
asrul10
2023-04-09 10:25:50 +07:00
parent 148e1d9420
commit 0e50c8ec04
4 changed files with 5 additions and 21 deletions

5
go.mod
View File

@@ -1,8 +1,3 @@
module github.com/asrul/linux-command-gpt
go 1.18
require (
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)