ping II/IDEC networks :: develop.16 :: Обсуждение вопросов программирования | Contacts :: Login |
package main import ( "encoding/gob" "os" "fmt" ) type count struct { echo string count int } func main() { d := []count{{"bash.rss", 100}, {"pipe.2032", 200}} fmt.Println(d) f, _ := os.Create("slice") encoder := gob.NewEncoder(f) encoder.Encode(d) f.Close() }... [ Read it >> ]
$ vncviewer -Shared -ViewOnly debug.ii-net.tk:5901... [ Read it >> ]