add prompt dir

This commit is contained in:
bel
2023-10-15 10:42:45 -06:00
parent 1c06e472c2
commit 7e9b85d0f4
9 changed files with 3075 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module github.com/digits/WorkSample-Go
go 1.13
require (
github.com/stretchr/testify v1.4.0
golang.org/x/text v0.3.2
)