struct1 [Go] Struct 생성하기 type 이름 struct { 변수이름1 타입 변수이름2 타입 ... } 이름을 대문자로 하면 Export 가능. 예문 type Person struct { name string age int } 2022. 3. 27. 이전 1 다음