This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove export_all in simplemod template
pull/3/head
Tuncer Ayaz
13 years ago
parent
196bc40cac
commit
769160ac36
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
priv/templates/simplemod.erl
+ 0
- 4
priv/templates/simplemod.erl
View File
@ -2,9 +2,5 @@
-
export
(
[
my_func
/
0
]
)
.
-
ifdef
(
TEST
)
.
-
compile
(
export_all
)
.
-
endif
.
my_func
(
)
-
>
ok
.
Write
Preview
Loading…
Cancel
Save