• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Feb-2022-

.appveyor.ymlH A D19-Feb-20221.8 KiB6251

.gitattributesH A D19-Feb-2022212 64

.gitignoreH A D19-Feb-2022219 2521

.travis.ymlH A D19-Feb-2022342 2618

CHANGELOG.mdH A D19-Feb-2022729 3522

README.mdH A D19-Feb-2022816 1913

VagrantfileH A D19-Feb-20221.1 KiB3123

constants.goH A D19-Feb-20221.2 KiB335

doc.goH A D19-Feb-20221.1 KiB241

go.modH A D19-Feb-2022116 75

go.sumH A D19-Feb-2022769 109

kernel32.goH A D19-Feb-20228.7 KiB250148

ntdll.goH A D19-Feb-20224.2 KiB13051

psapi.goH A D19-Feb-20223.8 KiB10154

utf16.goH A D19-Feb-20222 KiB6933

version.goH A D19-Feb-20225.4 KiB15993

zsyscall_windows.goH A D19-Feb-20227.6 KiB249199

README.md

1# go-windows
2
3[![Build Status](http://img.shields.io/travis/elastic/go-windows.svg?style=flat-square)][travis]
4[![Build status](https://ci.appveyor.com/api/projects/status/remqhuw0jjguygc3/branch/master?svg=true)][appveyor]
5[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]
6
7[travis]:   http://travis-ci.org/elastic/go-windows
8[appveyor]: https://ci.appveyor.com/project/elastic-beats/go-windows/branch/master
9[godocs]:   http://godoc.org/github.com/elastic/go-windows
10
11go-windows is a library for Go (golang) that provides wrappers to various
12Windows APIs that are not covered by the stdlib or by
13[golang.org/x/sys/windows](https://godoc.org/golang.org/x/sys/windows).
14
15Goals / Features
16
17- Does not use cgo.
18- Provide abstractions to make using the APIs easier.
19