Skip to content

Instantly share code, notes, and snippets.

@cablehead
Created March 1, 2016 01:08
Show Gist options
  • Save cablehead/dc3702c9e66e9eac8987 to your computer and use it in GitHub Desktop.
Save cablehead/dc3702c9e66e9eac8987 to your computer and use it in GitHub Desktop.
conf.service:location("/a", [[
local c = require('foo')
local b, err = c.bar()
if err == nil and type(b) == 'table' then
ngx.say('good')
else
ngx.say(err)
end
]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment