Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

生成接口代码 #13

Description

@guonaihong

现在代码里面,每加一种类型都要实现如下接口

type Value interface {
        String() string
        Set(string) error
}

这种代码无趣,还很容易出错。有没有方法生产各种类型,实现这种接口代码

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