Golang_HomeWork/hw07_file_copying/copy_test.go

8 lines
89 B
Go

package main
import "testing"
func TestCopy(t *testing.T) {
// Place your code here
}