feat: some testing code lol
This commit is contained in:
parent
5dd1cc25e9
commit
1ef0757412
5 changed files with 19 additions and 28 deletions
8
tests/tests.go
Normal file
8
tests/tests.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package tests
|
||||
|
||||
import "fmt"
|
||||
|
||||
func DoThis(str string) string {
|
||||
fmt.Println(str)
|
||||
return fmt.Sprintf("This is the string returned: %v", str)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue