Go type

Jmnote (토론 | 기여)님의 2023년 3월 14일 (화) 13:19 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Go type

2 구조체[ | ]

type Something struct{}

3 인터페이스[ | ]

type Something interface {}

4 type alias[ | ]

type Something int
type Something string
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}