8784: Fix test for latest firefox.
[arvados.git] / sdk / go / arvados / doc.go
1 // Package arvados is a client library for Arvados.
2 //
3 // The API is not stable: it should be considered experimental
4 // pre-release.
5 //
6 // The intent is to offer model types and API call functions that can
7 // be generated automatically (or at least mostly automatically) from
8 // a discovery document. For the time being, there is a manually
9 // generated subset of those types and API calls with (approximately)
10 // the right signatures, plus client/authentication support and some
11 // convenience functions.
12 package arvados