package ini import ( "fmt" ) func Marshal(v interface{}) ([]byte, error) { fmt.Println(v) return nil, nil }