UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 220 B
import { native } from './native/client.js'; export const go = { info: { key: 'go', title: 'Go', extname: '.go', default: 'native', }, clientsById: { native, }, };