Documentation
¶
Overview ¶
Package wikipage provides utility functions for retrieving informations about Wikipedia articles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestHandler ¶
type RequestHandler struct {
// contains filtered or unexported fields
}
RequestHandler is a hub from which is possible to retrieve informations about Wikipedia articles.
func New ¶
func New(lang string) (rh RequestHandler)
New loads or creates a RequestHandler for the specified language.
Click to show internal directories.
Click to hide internal directories.