<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>go언어</title>
        <link>https://forum.falinux.com/zbxe/index.php?mid=goLang</link>
        <description>FALiNUX 포럼-강좌와 팁</description>
        <language>ko</language>
        <pubDate>Fri, 24 Apr 2026 03:21:41 +0900</pubDate>
        <lastBuildDate>Fri, 24 Apr 2026 03:21:41 +0900</lastBuildDate>
        <generator>XpressEngine</generator>
                <copyright>모든 저작권은 각 글을 작성하신 분께 있습니다.</copyright>
                        <image>
            <url>https://forum.falinux.com/zbxe/./files/attach/images/rss/ff_main_title.png</url>
            <title>go언어</title>
            <link>https://forum.falinux.com/zbxe/index.php?mid=goLang</link>
        </image>
                        <item>
            <title>바람직한 Go - 인터페이스와 그 외 다른 유형들 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=885005</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=885005</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=885005#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


인터페이스와 그 외 다른 유형들
인터페이스
Go의 인...</description>
                        <pubDate>Tue, 31 May 2016 13:45:13 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 메서드</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=883323</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=883323</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=883323#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


메서드
포인터 vs. 값
ByteSize에서 봤듯이 이름 지...</description>
                        <pubDate>Tue, 10 May 2016 12:15:23 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 초기화 (2)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=882423</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=882423</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=882423#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


초기화
C나 C++과는 겉보기에 크게 다르지 않음에도 G...</description>
                        <pubDate>Tue, 03 May 2016 10:05:41 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 초기화 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=881793</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=881793</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=881793#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


초기화
C나 C++과는 겉보기에 크게 다르지 않음에도 G...</description>
                        <pubDate>Tue, 26 Apr 2016 09:44:29 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (7)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=881421</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=881421</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=881421#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
Append
이제 내장 함수 append의 설계를 설명하...</description>
                        <pubDate>Tue, 19 Apr 2016 10:05:49 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (6)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=881069</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=881069</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=881069#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
출력
Go의 형식 출력은 C의 printf 계열과 비슷...</description>
                        <pubDate>Tue, 12 Apr 2016 11:10:10 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (5)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=879437</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=879437</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=879437#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
맵
맵은 편리하고 강력한 내장 자료 구조로, 한...</description>
                        <pubDate>Tue, 15 Mar 2016 09:42:59 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (4)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=879096</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=879096</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=879096#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
배열
배열은 메모리 형태를 자세히 설계하기에 ...</description>
                        <pubDate>Tue, 08 Mar 2016 14:29:20 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (3)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=878523</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=878523</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=878523#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
make로 할당하기
다시 할당 이야기를 해 보자. ...</description>
                        <pubDate>Tue, 23 Feb 2016 10:02:08 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (2)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=877669</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=877669</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=877669#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
생성자와 혼합 리터럴
가끔 0 값으로는 충분하...</description>
                        <pubDate>Tue, 16 Feb 2016 10:16:06 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 자료 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=876417</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=876417</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=876417#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


자료
new로 할당하기
Go엔 두 가지 할당 기본 요소(P...</description>
                        <pubDate>Tue, 02 Feb 2016 10:26:58 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 함수 (3)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=875888</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=875888</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=875888#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


함수
Defer
Go의 defer는 defer를 실행한 함수 반환 ...</description>
                        <pubDate>Tue, 26 Jan 2016 09:50:29 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 함수 (2)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=875331</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=875331</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=875331#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


함수
이름 붙은 결과 매개 변수
Go 함수는 반환 또는...</description>
                        <pubDate>Tue, 19 Jan 2016 12:51:50 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 함수 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=874605</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=874605</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=874605#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


함수
다중 변수 반환
Go의 색다른 특성 중 하나는 함...</description>
                        <pubDate>Tue, 12 Jan 2016 10:02:08 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 제어 구조 (4)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=873762</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=873762</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=873762#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


제어 구조
Go의 제어 구조는 C의 그것과 연관이 있지...</description>
                        <pubDate>Tue, 05 Jan 2016 10:18:15 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 제어 구조 (3)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=872262</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=872262</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=872262#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


제어 구조
Go의 제어 구조는 C의 그것과 연관이 있지...</description>
                        <pubDate>Tue, 15 Dec 2015 10:09:45 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 제어 구조 (2)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=871406</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=871406</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=871406#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


제어 구조
Go의 제어 구조는 C의 그것과 연관이 있지...</description>
                        <pubDate>Tue, 08 Dec 2015 11:11:39 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 제어 구조 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=871300</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=871300</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=871300#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


제어 구조
Go의 제어 구조는 C의 그것과 연관이 있지...</description>
                        <pubDate>Mon, 07 Dec 2015 10:12:33 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 쌍반점</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=870325</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=870325</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=870325#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


쌍반점(Semicolon)
C처럼 Go의 공식 문법도 쌍반점으...</description>
                        <pubDate>Tue, 24 Nov 2015 12:05:32 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 이름 (2)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=869883</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=869883</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=869883#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


이름
이름은 Go에서도 다른 언어와 마찬가지로 중요하...</description>
                        <pubDate>Tue, 17 Nov 2015 09:54:07 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 이름 (1)</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=869215</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=869215</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=869215#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


이름
이름은 Go에서도 다른 언어와 마찬가지로 중요하...</description>
                        <pubDate>Tue, 10 Nov 2015 12:29:12 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 주석</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=868807</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=868807</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=868807#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


주석
Go는 C 방식 /* */ 구역 주석과 C++ 방식 // 줄 ...</description>
                        <pubDate>Tue, 03 Nov 2015 15:59:11 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 서식</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=868001</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=868001</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=868001#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


서식
서식 문제는 가장 많은 논란을 불러오지만 가장 ...</description>
                        <pubDate>Tue, 27 Oct 2015 13:39:48 +0900</pubDate>
                                </item>
                <item>
            <title>바람직한 Go - 소개</title>
            <dc:creator>김태훈</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=867949</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=867949</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=867949#comment</comments>
                                    <description>이 글은 Effective Go를 일부 번역한 글입니다.


소개
Go는 새로운 언어다. 비록 Go가 기존 언어들의 ...</description>
                        <pubDate>Sun, 25 Oct 2015 15:47:50 +0900</pubDate>
                                </item>
                <item>
            <title>busybox 흉내내기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=864650</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=864650</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=864650#comment</comments>
                                    <description>Go언어는 실행파일이 static 컴파일 되기 때문에 사용하는 패키지의 종류가 늘어나면 용량이 제법 커집니다....</description>
                        <pubDate>Fri, 18 Sep 2015 14:59:46 +0900</pubDate>
                                </item>
                <item>
            <title>Martini에서 POST 데이터를 활용하기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=863884</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=863884</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=863884#comment</comments>
                                    <description>Martini의 기본 router를 사용하면 key-value형식으로 된 POST 데이터는 아주 쉽게 받을 수 있습니다.

하...</description>
                        <pubDate>Fri, 11 Sep 2015 19:24:06 +0900</pubDate>
                                </item>
                <item>
            <title>UDP broadcast를 사용해봅시다.</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=863109</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=863109</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=863109#comment</comments>
                                    <description>udp broadcast는 동일 네트워크망 안에서 모두가 받을 수 있는 메시지를 전송하여 받을 곳의 IP를 알 수 없...</description>
                        <pubDate>Fri, 04 Sep 2015 18:10:46 +0900</pubDate>
                                </item>
                <item>
            <title>프로그램이 종료할 때 꼭 실행해야 할 일이 있다면</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=860952</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=860952</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=860952#comment</comments>
                                    <description>go언어의 함수 사용법을 보면 C언어와 유사해도 색다른 점이 많습니다.
C언어도 매우 간결하지만, go언어는...</description>
                        <pubDate>Tue, 11 Aug 2015 18:14:09 +0900</pubDate>
                                </item>
                <item>
            <title>Martini를 활용해서 간단한 웹서버 만들기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=859756</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=859756</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=859756#comment</comments>
                                    <description>Martini에는 martini-contrib라고 하는 여러가지의 plugin들을 제공합니다.

그중에 이번 글에서는 render...</description>
                        <pubDate>Fri, 31 Jul 2015 18:52:07 +0900</pubDate>
                                </item>
                <item>
            <title>Martini 소개</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=858948</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=858948</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=858948#comment</comments>
                                    <description>golang에는 기본 패키지에 http가 포함되어있습니다만, 매우 원시적인 형태라서 이걸가지고 웹서버를 구현하...</description>
                        <pubDate>Fri, 24 Jul 2015 18:24:36 +0900</pubDate>
                                </item>
                <item>
            <title>go언어의 리턴 개수는 하나 이상?</title>
            <dc:creator>오재경</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=858604</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=858604</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=858604#comment</comments>
                                    <description>go언어 함수는 선언하는 모습이 특이해서 한 개 이상의 반환 값을 사용할 수 있습니다.
예를 들어 두 개의 ...</description>
                        <pubDate>Mon, 20 Jul 2015 23:23:58 +0900</pubDate>
                                </item>
                <item>
            <title>GO언어에서 멤버함수 만드는 방법</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=858247</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=858247</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=858247#comment</comments>
                                    <description>GO언어 예제를 보면 C++처럼 class로 시작해서 속성과 멤버함수를 묶는 구문이 없습니다.
struct 구문만 있...</description>
                        <pubDate>Thu, 16 Jul 2015 10:52:04 +0900</pubDate>
                                </item>
                <item>
            <title>channel 이해하기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=855114</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=855114</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=855114#comment</comments>
                                    <description>이번에도 간단한 예제 프로그램으로 go의 가장 큰 장점 중의 하나인 channel에 대해서 이해를 해봅시다.

...</description>
                        <pubDate>Fri, 26 Jun 2015 15:05:24 +0900</pubDate>
                                </item>
                <item>
            <title>go 언어 함수 사용</title>
            <dc:creator>선성태</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=854667</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=854667</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=854667#comment</comments>
                                    <description>go 언어에서의 함수 사용법을 간략히 설명 하고자 한다.

1. 함수의 선언 고랭에서 함수의 선언 위치는 어...</description>
                        <pubDate>Sun, 21 Jun 2015 23:41:29 +0900</pubDate>
                                </item>
                <item>
            <title>golang의 interface와 java의 interface 비교</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=853979</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=853979</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=853979#comment</comments>
                                    <description>밑에서 몇차례 golang의 interface에 대해서 언급이 된 글이 있습니다만, 이 글에서는 golang과 java에서 사...</description>
                        <pubDate>Tue, 16 Jun 2015 19:36:45 +0900</pubDate>
                                </item>
                <item>
            <title>go를 사용해서 knight move를 해봅시다.</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=853694</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=853694</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=853694#comment</comments>
                                    <description>머리도 식힐겸 재미난 프로그램을 하나 만들어보았습니다.
이 프로그램에 필요한 기술은&amp;nbsp;

1. 2차원...</description>
                        <pubDate>Fri, 12 Jun 2015 17:00:30 +0900</pubDate>
                                </item>
                <item>
            <title>go를 사용해서 json 모양 이쁘게 출력하기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=853691</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=853691</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=853691#comment</comments>
                                    <description>소스는 다음과 같습니다.

package&amp;nbsp;main

import&amp;nbsp;&quot;fmt&quot;
import&amp;nbsp;&quot;encoding/json&quot;
impor...</description>
                        <pubDate>Fri, 12 Jun 2015 16:52:52 +0900</pubDate>
                                </item>
                <item>
            <title>go 컴파일러 설치</title>
            <dc:creator>선성태</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=853349</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=853349</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=853349#comment</comments>
                                    <description>go 언어는 학습 환경이 잘 되어 있습니다.

http://go-tour-kr.appspot.com/#1

위 사이트는 go 언어를 ...</description>
                        <pubDate>Sun, 07 Jun 2015 23:09:23 +0900</pubDate>
                                </item>
                <item>
            <title>[Go] linux에서 windows용 go 결과물 만들기</title>
            <dc:creator>김민수</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=851721</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=851721</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=851721#comment</comments>
                                    <description>우선 go 개발 환경이 설치가 되어있다라고 가정을 하고 설명을 합니다.

우선 GOROOT로 이동합니다.

cd...</description>
                        <pubDate>Fri, 29 May 2015 14:23:03 +0900</pubDate>
                                </item>
                <item>
            <title>[go] interface 에 대해</title>
            <dc:creator>오재경</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=850935</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=850935</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=850935#comment</comments>
                                    <description>go 로 작성된 소스는 눈으로 읽기에 쉽다.
직접 작성하려고 하면 초보자가 난관에 부딪히는 부분이 interfa...</description>
                        <pubDate>Fri, 22 May 2015 17:43:18 +0900</pubDate>
                                </item>
                <item>
            <title>go언어 인터페이스로 객체 처리를 통일</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=832874</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=832874</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=832874#comment</comments>
                                    <description>go언어에도 인터페이스(interface)를 제공합니다.

interface를 사용하면 객체가 서로 달라도 같은 이름의...</description>
                        <pubDate>Tue, 14 Apr 2015 13:13:02 +0900</pubDate>
                                </item>
                <item>
            <title>Go 언어에서 문자열, 바이트열 ,문자 및 특수문자 (1)</title>
            <dc:creator>유영창</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=832735</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=832735</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=832735#comment</comments>
                                    <description>이 글은&amp;nbsp;Robert Pike 가 쓴 블로그글을 발로 번역한 글입니다.&amp;nbsp;

원문은&amp;nbsp;https://blog.gol...</description>
                        <pubDate>Fri, 10 Apr 2015 23:29:58 +0900</pubDate>
                                </item>
                <item>
            <title>go언어에서 키보드로 변수 값을  입력 받는 방법</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=832320</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=832320</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=832320#comment</comments>
                                    <description>프로그램 실행 중에 숫자나 문자열을 입력 받고 싶은데 go언어에서는
어떻게 처리하면 될까요? 간단합니다....</description>
                        <pubDate>Tue, 07 Apr 2015 20:24:07 +0900</pubDate>
                                </item>
                <item>
            <title>go언어에서 쓰레드를 사용하는 간단한 방법</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=832309</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=832309</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=832309#comment</comments>
                                    <description>go언어는 자바와 &amp;nbsp;C를 섞어 놓은 듯하지만, 사용할 수록 go언어만의 개성이 보입니다.
쓰레드 사용이 ...</description>
                        <pubDate>Tue, 07 Apr 2015 17:45:08 +0900</pubDate>
                                </item>
                <item>
            <title>GO 언어에서 멤버함수의 참조형 구조체와 값 구조체의 차이</title>
            <dc:creator>유영창</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831760</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831760</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831760#comment</comments>
                                    <description>go 언어를 좀 더 알아 가다 보면 C 언어와 동일하게 헷깔리는 것이 포인터가 되겠습니다.&amp;nbsp;

다음 소...</description>
                        <pubDate>Sun, 29 Mar 2015 11:41:27 +0900</pubDate>
                                </item>
                <item>
            <title>GO언어에서 숫자를 입력 받으려면?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831693</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831693</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831693#comment</comments>
                                    <description>GO언어를 보면 C언어 같기도, 자바 언어 같기도 합니다.
시간이 날 때마다 열심히 학습을 하고 있는데
테...</description>
                        <pubDate>Fri, 27 Mar 2015 20:38:43 +0900</pubDate>
                                </item>
                <item>
            <title>golang GO언어에서 C 코드 사용하기</title>
            <dc:creator>오재경</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831500</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831500</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831500#comment</comments>
                                    <description>Go 는 기본적으로 많은 함수(?)들을 제공하지만 제공되지 않는 LIB 나 혹은 예전에 작성한 알고리즘등 당장 ...</description>
                        <pubDate>Sun, 22 Mar 2015 21:05:55 +0900</pubDate>
                                </item>
                <item>
            <title>go 언어 학습용 강추 사이트</title>
            <dc:creator>유영창</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831476</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831476</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831476#comment</comments>
                                    <description>go 언어가 쉽기는 하지만&amp;nbsp;

일단 익숙해 지려면 공부를 좀 하는 것이 좋겠죠?

학습 과정에 꼭 필...</description>
                        <pubDate>Sat, 21 Mar 2015 22:40:17 +0900</pubDate>
                                </item>
                <item>
            <title>go언어의 switch문 특징</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831296</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831296</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831296#comment</comments>
                                    <description>새로운 언어를 학습하다보면 이전에 사용하던 언어와 비교하게됩니다.
아무래도 사용하던 언어에 익숙하기 ...</description>
                        <pubDate>Wed, 18 Mar 2015 12:36:42 +0900</pubDate>
                                </item>
                <item>
            <title>golang 설치 (윈도우)</title>
            <dc:creator>오재경</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=831202</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=831202</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=831202#comment</comments>
                                    <description>익숙히 아는 사이트에서..마스코드 밑에 있는 &quot;Download Go&quot; 클릭
아래 사이트에서도 동일하게
나는 윈도...</description>
                        <pubDate>Sun, 15 Mar 2015 21:23:28 +0900</pubDate>
                                </item>
            </channel>
</rss>
