Versions in this module Expand all Collapse all v1 v1.14.0 Jan 18, 2017 Changes in this version + type FS interface — windows/amd64 + IsNotExist func(err error) bool + Open func(name string) (File, error) + ReadAll func(f File) ([]byte, error) + Remove func(name string) error + TempFile func(dir, prefix string) (File, error) + type File interface — windows/amd64 + Close func() error + Name func() string + Sync func() error + Write func(b []byte) (int, error) + type RegistryKey interface — windows/amd64 + Close func() error + GetStringValue func(name string) (val string, valtype uint32, err error) + SetStringValue func(name, value string) error + type StdFS struct — windows/amd64 + func (StdFS) IsNotExist(err error) bool + func (StdFS) Open(name string) (File, error) + func (StdFS) ReadAll(f File) ([]byte, error) + func (StdFS) Remove(name string) error + func (StdFS) TempFile(dir, prefix string) (File, error) + type StdRegistry struct — windows/amd64 + func (StdRegistry) CreateKey(k registry.Key, path string, access uint32) (RegistryKey, bool, error) + func (StdRegistry) OpenKey(k registry.Key, path string, access uint32) (RegistryKey, error) + type WindowsRegistry interface — windows/amd64 + CreateKey func(k registry.Key, path string, access uint32) (newk RegistryKey, openedExisting bool, err error) + OpenKey func(k registry.Key, path string, access uint32) (RegistryKey, error) v1.14.0-1.windows.1 Nov 18, 2016