책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 > 오픈소스
· ISBN : 9781484273548
· 쪽수 : 1076쪽
· 출판일 : 2022-01-13
목차
Part 1 - Getting Started with Go
1. Your First Go Application
2. Understanding Go
3. SportStore: A Real Application4. SportsStore: Command-Line Client
5. SportStore: HTML Clients
6. SportsStore: JavaScript and WASM Clients
7. SportsStore: Deployment
Part 2 - Working with Go
1. Using the Go Tools
2. Testing and Debugging
3. Understanding Basic Types
4. Understanding Composite Types
5. Using the Language Constructs
6. Using Interfaces
7. Using Functions and Methods
8. Working with Pointers
9. Understanding Parallel Programming, Part 1
10. Understanding Parallel Programming, Part 2
11. Understanding Parallel Programming, Part 3
12. Using Reflection
13. Using Readers and Writers
14. Understanding Networking
Part 3 - Creating Go Applications
15. Creating Command-Line Applications, Part 1
16. Creating Command-Line Applications, Part 2
17. Creating RESTful Web Services, Part 1
18. Creating RESTful Web Services, Part 219. Creating HTTP Servers, Part 1
20. Creating HTTP Servers, Part 2
21. Creating Client-Side Applications, Part 1
22. Creating Client-Side Applications, Part 2
23. Creating GUI Applications, Part 1
24. Creating GUI Applications, Part 2