command
Version:
v0.0.0-...-818bd76
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This program defines a type Feed with two methods: Count and Fetch. Create a
new type CachingFeed that embeds *Feed but overrides the Fetch method.
The CachingFeed type should have a map of Documents to limit the number of
calls to Feed.Fetch.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.