Skip to content

Commit

Permalink
Merge pull request #4 from dmitris/godoc
Browse files Browse the repository at this point in the history
add link to GoDoc API and doc.go file with package description
  • Loading branch information
h12w committed May 6, 2015
2 parents 9fa8aba + e01f292 commit b62e91a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
html-query: A fluent and functional approach to querying HTML DOM
=================================================================
[![GoDoc](https://godoc.org/h12.me/html-query?status.svg)](https://godoc.org/h12.me/html-query)

html-query is a Go package that provides a fluent and functional interface for
querying HTML DOM. It is based on [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html).
Expand Down
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright 2015, Hǎiliàng Wáng. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

/*
Package query provides a fluent and functional interface
for querying HTML DOM using Go. It is based on golang.org/x/net/html.
*/
package query

0 comments on commit b62e91a

Please sign in to comment.