Skip to content

seelog cannot print interface{},even if I assign a value to the interface{} #175

@yuyuisjia

Description

@yuyuisjia

It cannot work like this---
var i interface{}
var s []string = []string{"a", "b"}
i = s
log.Infof("%T, %v", i, i)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions