<file path="tests/fixtures/snapshot/sample.go" mode="compressed">
package main
import (
    "fmt"
    "strings"
)
type Server struct {
    Host string
    Port int
}
func NewServer(host string, port int) *Server { ... }
func (s *Server) Start() error { ... }
func formatName(first, last string) string { ... }
</file>

<summary>
Total files: 12
Included: 1 (1 .go)
Compressed: 1 files
Skipped: 11 (11 extension)
Output size: 319 bytes (~106 tokens)
</summary>

