Skip to content

Commit

Permalink
Merge pull request #9 from lox/add-windows-build-tags
Browse files Browse the repository at this point in the history
Add windows build tags
  • Loading branch information
danieljoos authored Aug 2, 2018
2 parents 412b574 + a1a0952 commit ba0c728
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conversion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wincred

import (
Expand Down
2 changes: 2 additions & 0 deletions conversion_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wincred

import (
Expand Down
2 changes: 2 additions & 0 deletions native.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wincred

import (
Expand Down
2 changes: 2 additions & 0 deletions native_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wincred

import (
Expand Down
2 changes: 2 additions & 0 deletions wincred.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

// Package wincred provides primitives for accessing the Windows Credentials Management API.
// This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data.
//
Expand Down
2 changes: 2 additions & 0 deletions wincred_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wincred

import (
Expand Down

0 comments on commit ba0c728

Please sign in to comment.