go-next

所属分类:操作系统开发
开发工具:Makefile
文件大小:0KB
下载次数:0
上传日期:2022-07-25 02:46:26
上 传 者sh-1993
说明:  gonext是一个模板,用于在单个二进制可执行文件中创建便携式服务器应用程序
(go-next is a template to create portable server apps in a single binary executable)

文件列表:
Makefile (1327, 2022-07-24)
go.mod (42, 2022-07-24)
main.go (856, 2022-07-24)
next/ (0, 2022-07-24)
next/.eslintrc.json (40, 2022-07-24)
next/Makefile (163, 2022-07-24)
next/next-env.d.ts (201, 2022-07-24)
next/next.config.js (358, 2022-07-24)
next/package-lock.json (192454, 2022-07-24)
next/package.json (578, 2022-07-24)
next/pages/ (0, 2022-07-24)
next/pages/_app.tsx (188, 2022-07-24)
next/pages/index.tsx (122, 2022-07-24)
next/public/ (0, 2022-07-24)
next/public/favicon.ico (25931, 2022-07-24)
next/public/vercel.svg (1101, 2022-07-24)
next/styles/ (0, 2022-07-24)
next/styles/Home.module.css (0, 2022-07-24)
next/styles/globals.css (275, 2022-07-24)
next/tsconfig.json (509, 2022-07-24)

# go-next > `go-next` is a template to create portable server apps in a single binary executable. ## Usage ```sh # build make # build frontend make build-next # build the executable make build-go # run the binary bin/go-next ``` ## Notes - Change binary name in the `Makefile` - Change app name in `package.json` and `package-lock.json`

近期下载者

相关文件


收藏者