Ejemplo n.º 1
0
func (j *jsonWriter) writeHead(s *siegfried.Siegfried) {
	j.w.WriteString(s.JSON())
	j.w.WriteString("\"files\":[")
}
Ejemplo n.º 2
0
func (j *jsonWriter) writeHead(s *siegfried.Siegfried, ht hashTyp) {
	j.hh = ht.header(false)
	j.w.WriteString(s.JSON())
	j.w.WriteString("\"files\":[")
}