Rename cio.Creation to cio.Creator

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2017-12-07 12:25:27 -05:00
parent 3146019918
commit a901091f7c
4 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ import (
gogotypes "github.com/gogo/protobuf/types"
)
func empty() cio.Creation {
func empty() cio.Creator {
// TODO (@mlaventure) windows searches for pipes
// when none are provided
if runtime.GOOS == "windows" {