Skip to content

Transfer comments from Golang to TS. #50

@stavros-k

Description

@stavros-k

For example:

Go:

// User holds information for a user
type User struct {
  Name string `json:"name"` // The name of the user

Typescript

// User holds information for a user
interface User {
  name: string; // The name of the user
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions