Introduction 도입 Covered in this tutorial: 이 튜토리얼에서 커버하는것 Creating a data structure with load and save methods 로드 및 저장 방법을 사용하여 데이터 구조 생성 Using the net/http package to build web applications net/http 패키지를 사용하여 웹 애플리케이션 구축 Using the html/template package to process HTML templates HTML/템플릿 패키지를 사용하여 HTML 템플릿 처리 Using the regexp package to validate user input regexp 패키지를 사용하여 사용자 입력 확인 Using closure..