mirror of https://github.com/perkeep/perkeep.git
11 lines
397 B
Go
11 lines
397 B
Go
// Copyright 2014 Tamás Gulácsi. All rights reserved.
|
|
// Use of this source code is governed by an Apache 2.0
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package picago contains functions for downloading albums and photos
|
|
// from Picasa Web.
|
|
// Implemented from scratch following
|
|
// https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol?hl=en
|
|
// .
|
|
package picago
|