blob: b1bdd04bc0acd0f4f29a14f8af19a77261c7651d [file] [log] [blame]
-module(my_first_couchdb_plugin).
-export([my_func/0]).
my_func() ->
ok.