acious / hello-golang

Golang foundation codelab in 2016 GDG Devcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devcamp Hello golang(Go 기초 코드랩)

이 프로젝트는 2016 Devcamp에서 진행하는 Hello golang 코드랩의 자료입니다. Go언어에 대한 기초적인 튜토리얼을 끝내고 실습의 과제로써 크롤러를 구현해볼수 있습니다.

Getting Started

master 브랜치를 체크아웃하시거나, 본인의 진행상황에 맞는 step 브랜치를 체크아웃하세요.
ex) git checkout master
ex) git checkout step-1
본 실습에 대한 안내와 설명은 Hello Golang!을 참고하세요.

License

Copyright 2016 GDGKR

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

About

Golang foundation codelab in 2016 GDG Devcamp