summary refs log tree commit diff stats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* Remove package cetusAndinus2020-03-194-17/+5
| | | | Moved req.go to request package & version to main.go
* Initial commit for Cetus v0.5.0 v0.5.0Andinus2020-03-189-70/+164
|
* Restructure for Cetus v0.5Andinus2020-03-182-34/+1
| | | | | This version aims for a cleaner code, better documentation & to adopt better practices.
* Bump version to v0.4.11 v0.4.11Andinus2020-03-161-1/+1
|
* Bump version to v0.4.10 v0.4.10Andinus2020-03-161-1/+1
|
* Add Wallhaven supportAndinus2020-03-161-0/+20
|
* Export struct fields v0.4.9Andinus2020-03-161-1/+1
| | | | | | | Only exported structs and fields are visible to other packages, including the encoding/json package. So you must capitalize the field names of the structs to export those fields so the Marshal func can see them
* Fix logical error in ErrChk, bump version & remove RandAlNum v0.4.8Andinus2020-03-162-19/+5
|
* Add RandAlNum functionAndinus2020-03-161-0/+16
|
* Bump version to v0.4.7 v0.4.7Andinus2020-03-161-1/+1
|
* Rewrite apod response retrivalAndinus2020-03-162-63/+21
|
* Add dump option & rewrite bpod response retrieval functionAndinus2020-03-162-65/+55
|
* Remove license text from headersAndinus2020-03-154-56/+0
|
* Bump version to v0.4.6 v0.4.6Andinus2020-03-151-1/+1
|
* Bump cetus version to v0.4.5Andinus2020-03-151-1/+1
|
* Bump version to v0.4.4 v0.4.4Andinus2020-03-151-1/+1
|
* Support Bing Photo of the DayAndinus2020-03-152-0/+95
|
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-12-06 07:47:32 +0000 ='commitgraph'>* Fix SetFromID & add usage in readmeAndinus2020-03-141-1/+1
|
* Add photoID supportAndinus2020-03-142-0/+39
| | | | photo-id flag can be used to set a specific photo as background
* Add background package & Set functionAndinus2020-03-141-0/+25