1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/vendor/golang.org/x/sys/windows/aliases.go

14 lines
296 B
Go
Raw Normal View History

2018-07-06 21:18:14 -07:00
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2018-08-26 16:43:53 -07:00
// +build windows
// +build go1.9
2018-07-06 21:18:14 -07:00
2018-08-26 16:43:53 -07:00
package windows
2018-07-06 21:18:14 -07:00
2018-08-26 16:43:53 -07:00
import "syscall"
type Errno = syscall.Errno
type SysProcAttr = syscall.SysProcAttr