[GH-ISSUE #141] can't build from source with go 1.12.4 #101

Closed
opened 2026-02-25 23:33:26 +03:00 by kerem · 1 comment
Owner

Originally created by @masukomi on GitHub (Jun 28, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/141

using go version go1.12.4 darwin/amd64

$ go build main.go
# github.com/sirupsen/logrus
../../sirupsen/logrus/terminal_check_bsd.go:10:12: undefined: unix.IoctlGetTermios
# github.com/RadhiFadlillah/shiori/cmd/account
cmd/account/root.go:23:3: unknown field 'Args' in struct literal of type cobra.Command
cmd/account/root.go:30:3: unknown field 'Args' in struct literal of type cobra.Command

the complaints about Args appeared with the go get also.

Originally created by @masukomi on GitHub (Jun 28, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/141 using `go version go1.12.4 darwin/amd64` ``` $ go build main.go # github.com/sirupsen/logrus ../../sirupsen/logrus/terminal_check_bsd.go:10:12: undefined: unix.IoctlGetTermios # github.com/RadhiFadlillah/shiori/cmd/account cmd/account/root.go:23:3: unknown field 'Args' in struct literal of type cobra.Command cmd/account/root.go:30:3: unknown field 'Args' in struct literal of type cobra.Command ``` the complaints about `Args` appeared with the `go get` also.
kerem closed this issue 2026-02-25 23:33:27 +03:00
Author
Owner

@RadhiFadlillah commented on GitHub (Aug 27, 2019):

Since the ramadhan branch is merged, this issue should be fixed now. Therefore, I will close this issue. Feels free to reopen it if the issue still exists.

<!-- gh-comment-id:525272599 --> @RadhiFadlillah commented on GitHub (Aug 27, 2019): Since the ramadhan branch is merged, this issue should be fixed now. Therefore, I will close this issue. Feels free to reopen it if the issue still exists.
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#101
No description provided.