Golang_HomeWork/hw08_envdir_tool/env_reader_test.go
2020-05-26 21:16:56 +03:00

8 lines
92 B
Go

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