소스 검색

Remove export_all in simplemod template

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
769160ac36
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      priv/templates/simplemod.erl

+ 0
- 4
priv/templates/simplemod.erl 파일 보기

@ -2,9 +2,5 @@
-export([my_func/0]).
-ifdef(TEST).
-compile(export_all).
-endif.
my_func() ->
ok.

불러오는 중...
취소
저장