Skip to content

Instantly share code, notes, and snippets.

View wdshin's full-sized avatar

Wondong Shin wdshin

View GitHub Profile
@wdshin
wdshin / v1_user_follow.erl
Created June 25, 2021 06:26
Erlang 코드 맞보기 , SNS 에서 유저를 follow 하는 Request 처리
%%%-------------------------------------------------------------------
%%% @author 신원동 <wdshin@CTO-Wondong-Shin.local>
%%% @copyright (C) 2015, 신원동
%%% @doc
%%%
%%% @end
%%% Created : 22 Oct 2015 by 신원동 <wdshin@CTO-Wondong-Shin.local>
%%%-------------------------------------------------------------------
-module(v1_user_follow).