[GH-ISSUE #6] Missing assets folder #2

Closed
opened 2026-02-25 23:33:13 +03:00 by kerem · 5 comments
Owner

Originally created by @x2764tech on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/6

I can't build this as there's a missing assets package, referenced from serve.go

Originally created by @x2764tech on GitHub (Mar 1, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/6 I can't build this as there's a missing `assets` package, referenced from [serve.go](https://github.com/RadhiFadlillah/shiori/blob/master/cmd/serve.go#L8)
kerem closed this issue 2026-02-25 23:33:13 +03:00
Author
Owner

@Zhann commented on GitHub (Mar 1, 2018):

have this very same issue


Was this folder renamed to view? There's not go files in there though.

<!-- gh-comment-id:369604984 --> @Zhann commented on GitHub (Mar 1, 2018): have this very same issue ---- Was this folder renamed to view? There's not go files in there though.
Author
Owner

@cron410 commented on GitHub (Mar 1, 2018):

its in .gitignore, which keeps it from being pushed from the author's local Git repo into this one.

<!-- gh-comment-id:369606138 --> @cron410 commented on GitHub (Mar 1, 2018): its in .gitignore, which keeps it from being pushed from the author's local Git repo into this one.
Author
Owner

@RadhiFadlillah commented on GitHub (Mar 1, 2018):

Man, it's embarassing. Sorry for inconvenience.

Yeah, the assets folder is supposed to be generated by go generate, thats why I list it in gitignore. I forgot that go generate doesn't run automatically by go get.

It should be fixed by 3b8ce6c.

<!-- gh-comment-id:369608331 --> @RadhiFadlillah commented on GitHub (Mar 1, 2018): Man, it's embarassing. Sorry for inconvenience. Yeah, the `assets` folder is supposed to be generated by `go generate`, thats why I list it in `gitignore`. I forgot that `go generate` [doesn't run automatically](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source) by `go get`. It should be fixed by [3b8ce6c](https://github.com/RadhiFadlillah/shiori/commit/3b8ce6ce0d77fb744e9ad2bc21193269cace7a6c).
Author
Owner

@skx commented on GitHub (Mar 2, 2018):

I can confirm that this now works, so this issue can be closed :)

<!-- gh-comment-id:369823166 --> @skx commented on GitHub (Mar 2, 2018): I can confirm that this now works, so this issue can be closed :)
Author
Owner

@RadhiFadlillah commented on GitHub (Mar 2, 2018):

I can confirm that this now works, so this issue can be closed :)

Thanks for the confirmation.

<!-- gh-comment-id:369866467 --> @RadhiFadlillah commented on GitHub (Mar 2, 2018): > I can confirm that this now works, so this issue can be closed :) Thanks for the confirmation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#2
No description provided.