works with ubuntu
This commit is contained in:
9
feed/item.go
Normal file
9
feed/item.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package feed
|
||||
|
||||
import "time"
|
||||
|
||||
type Item struct {
|
||||
Link string
|
||||
Date time.Time
|
||||
Title string
|
||||
}
|
||||
Reference in New Issue
Block a user