Skip to content

Commit

Permalink
io/gpio: enforce the vanity import URL
Browse files Browse the repository at this point in the history
Change-Id: I1dba15914f26c4120dea09411ac2817c1ad1c16d
Reviewed-on: https://go-review.googlesource.com/24217
Reviewed-by: Johan Euphrosine <[email protected]>
Reviewed-by: Jaana Burcu Dogan <[email protected]>
  • Loading branch information
rakyll committed Jun 20, 2016
1 parent 3bc515e commit 86b4030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion io/gpio/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Package driver contains interfaces that needs to be implemented by
// various GPIO implementations.
package driver
package driver // import "golang.org/x/exp/io/gpio/driver"

// Direction determines the direction of the pin. A pin could be
// configured to be an input or an output.
Expand Down
2 changes: 1 addition & 1 deletion io/gpio/gpio.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

// Package gpio allows users to communicate with GPIO pins.
package gpio
package gpio // import "golang.org/x/exp/io/gpio"

import "golang.org/x/exp/io/gpio/driver"

Expand Down

0 comments on commit 86b4030

Please sign in to comment.