refactor: rename examples/ directory to lib/ and update all path references
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@ Go 구조체로 JSON 데이터를 다룰 때 핵심적인 과정입니다.
|
||||
|
||||
---
|
||||
|
||||
## 2. 실습 코드 분석 (`examples/jsonexample/json_parser.go`)
|
||||
## 2. 실습 코드 분석 (`lib/jsonexample/json_parser.go`)
|
||||
|
||||
저장소의 [json_parser.go](../examples/jsonexample/json_parser.go) 파일은 (1) `map[string]interface{}`와의 직렬화 및 (2) 구조체(`Person`)를 이용한 매핑 방식을 모두 다룹니다.
|
||||
저장소의 [json_parser.go](../lib/jsonexample/json_parser.go) 파일은 (1) `map[string]interface{}`와의 직렬화 및 (2) 구조체(`Person`)를 이용한 매핑 방식을 모두 다룹니다.
|
||||
|
||||
### 2.1 구조체 태그(Struct Tag) 정의
|
||||
```go
|
||||
|
||||
Reference in New Issue
Block a user