Merge branch 'dev' into jeremi
# Conflicts: # pkg/utils/FileReceiver.go
This commit is contained in:
10
pkg/utils/FileSender.go
Normal file
10
pkg/utils/FileSender.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
)
|
||||
|
||||
func SendFile(fileName string, fileSize int, writer *bufio.Writer) bool {
|
||||
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user