Merge branch 'dev' into jeremi

# Conflicts:
#	pkg/utils/FileReceiver.go
This commit is contained in:
2022-03-12 19:13:24 +01:00
13 changed files with 122 additions and 71 deletions

10
pkg/utils/FileSender.go Normal file
View File

@@ -0,0 +1,10 @@
package utils
import (
"bufio"
)
func SendFile(fileName string, fileSize int, writer *bufio.Writer) bool {
return false
}