• Kirill Smelkov's avatar
    X Goodbye xio.Name() · aa6b3e1c
    Kirill Smelkov authored
    It was not a good idea that objects should always have name - some don't
    do e.g. bytes.Reader (analog of StringIO.StringIO in python).
    
    Don't try to automatically unwrap IO wrappers - just check in fs1
    directly - if object has Name - it will be included in decode/check
    errors as prefix; if not - not included.
    
    LimitedWriter was not used anywhere so also killed.
    aa6b3e1c
xcommon.go 1.03 KB