mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
readme
This commit is contained in:
@@ -97,7 +97,7 @@ type AboutPage struct {
|
||||
func NewAboutPage() *AboutPage {
|
||||
p := &AboutPage{}
|
||||
|
||||
p.FootMsg = [5]string{"Nav.","","","Back",""}
|
||||
p.FootMsg = [5]string{"Nav","","","Back",""}
|
||||
|
||||
p.AList = make(map[string]map[string]string)
|
||||
|
||||
@@ -116,9 +116,6 @@ func NewAboutPage() *AboutPage {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
func (self *AboutPage) Uname() {
|
||||
out := make(map[string]string)
|
||||
|
||||
@@ -158,7 +155,8 @@ func (self *AboutPage) CpuMhz() {
|
||||
}
|
||||
|
||||
func (self *AboutPage) CpuInfo() {
|
||||
|
||||
last_processor := 0
|
||||
|
||||
}
|
||||
|
||||
func (self *AboutPage) MemInfo() {
|
||||
|
||||
Reference in New Issue
Block a user