Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.1.2

Compare
Choose a tag to compare
@ownclouders ownclouders released this 11 May 08:37
· 41 commits to master since this release

Changes in 0.1.2

Summary

  • Bugfix - Fix usage of context.Context: #18

Details

  • Bugfix - Fix usage of context.Context: #18

    The context was filled with a key defined in the package service but read with a key from the
    package imgsource. Since service.key and imgsource.key are different types imgsource
    could not read the value provided by service.

    #18