GeertJohan / GeertJohan/go.rice

Implement io.Writer for File

Open
#129 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
185
PR merge metrics
No merged PRs in 30d

Description

It would be nice if `type File` would implement `io.Writer`. That way I could update some static files on the fly when served via `http.FileServer(box.HTTPBox())`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the type File and its existing read-related methods in the repository, then check Go's io.Writer contract and how File is used with http.FileServer(box.HTTPBox()). Done means File satisfies io.Writer and the behavior is covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.