jnwhiteh / go-luapatterns

A pure Go implementation of Lua pattern matching
Other
23 stars 3 forks source link

Remove plain argument to Find and remove lmemstr #3

Open jnwhiteh opened 14 years ago

jnwhiteh commented 14 years ago

These can be done by the correct Go functions rather than implementing our own.