Skip to content
Snippets Groups Projects
Commit 590a26d2 authored by Xavier Perret's avatar Xavier Perret
Browse files

print function

parent 4a622378
No related branches found
No related tags found
1 merge request!2added file to separate client function from the server
...@@ -125,3 +125,9 @@ func RandomString() string { ...@@ -125,3 +125,9 @@ func RandomString() string {
r := rand.New(rand.NewSource(time.Now().UnixNano())) r := rand.New(rand.NewSource(time.Now().UnixNano()))
return strconv.Itoa(r.Int()) return strconv.Itoa(r.Int())
} }
func PrintTransactionDoneMessage() {
fmt.Println("***********************************")
fmt.Println("All transactions have been received")
fmt.Println("***********************************")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment