UNPKG
httpsnippet-lite
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
HTTP Request snippet generator for *most* languages
github.com/P0lip/httpsnippet
P0lip/httpsnippet
httpsnippet-lite
/
dist
/
cjs
/
targets
/
go
/
target.js
16 lines
(15 loc)
•
339 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
go
=
void
0
;
const
client_js_1 =
require
(
"./native/client.js"
);
exports
.
go
= {
info
: {
key
:
'go'
,
title
:
'Go'
,
extname
:
'.go'
,
default
:
'native'
, },
clientsById
: {
native
: client_js_1.
native
, }, };