Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemenezes committed Jan 8, 2015
2 parents b970a00 + 7c0a750 commit d4297b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
xkg - X Keyboard Grabber
========================

[![GoDoc](https://godoc.org/github.com/henriquemenezes/xkg?status.png)](https://godoc.org/github.com/henriquemenezes/xkg)
[![GoDoc](https://godoc.org/github.com/go-xkg/xkg?status.png)](https://godoc.org/github.com/go-xkg/xkg)

## Installation

go get github.com/henriquemenezes/xkg
go get gopkg.in/xkg.v0

## Usage example:

Expand All @@ -14,8 +14,7 @@ package main

import (
"fmt"

"github.com/henriquemenezes/xkg"
"gopkg.in/xkg.v0"
)

func main() {
Expand Down
5 changes: 1 addition & 4 deletions ex/stdout/main.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// The MIT License (MIT)
// Copyright (c) 2015 Henrique Menezes

package main

import (
"fmt"

"github.com/henriquemenezes/xkg"
"gopkg.in/xkg.v0"
)

func main() {
Expand Down
3 changes: 0 additions & 3 deletions xkg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// The MIT License (MIT)
// Copyright (c) 2015 Henrique Menezes

package xkg

// #cgo pkg-config: x11 xext xi
Expand Down

0 comments on commit d4297b6

Please sign in to comment.