From bcb37c4f191d37461eefcd3b1115b54ec725a8da Mon Sep 17 00:00:00 2001 From: syumai Date: Sun, 12 Feb 2023 01:30:33 +0900 Subject: [PATCH] add description about worker-template-go --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da3b212..3cd2c62 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ To deploy a Worker, the following steps are required. The [worker-template-tinygo](https://github.com/syumai/worker-template-tinygo) repository contains all the required files, so I recommend using this template. +The [worker-template-go](https://github.com/syumai/worker-template-go) repository (using regular Go, not tinygo) is also available, but it requires a paid plan of Cloudflare Workers (due to the large binary size). + ## License MIT