Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Revert "Fix package name in docs s/libvirt/libvirt-go/"
Browse files Browse the repository at this point in the history
This reverts commit a5bd97a.

If they differ, the package name should indeed be the Go package
name, not the git repo base name.
  • Loading branch information
berrange committed Jan 5, 2017
1 parent a5bd97a commit 601d71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -23,7 +23,7 @@
*
*/

// Package libvirt-go provides a Go binding to the libvirt C library
// Package libvirt provides a Go binding to the libvirt C library
//
// Through conditional compilation it supports libvirt versions 1.2.0 onwards.
// This is done automatically, with no requirement to use magic Go build tags.
Expand Down

0 comments on commit 601d71d

Please sign in to comment.