aboutsummaryrefslogtreecommitdiffstats
path: root/swextreload.go
diff options
context:
space:
mode:
authorTeddy Wing2023-11-14 00:03:47 +0100
committerTeddy Wing2023-11-14 00:03:47 +0100
commit424ad8826ac293115d2b503935d8c3c2c76c6800 (patch)
tree4714c493f91fdf935c69565d34f0c21bd32c4f19 /swextreload.go
parent2e81f6c88c501a9fb01f5361773c1e6ba69ab226 (diff)
downloadswextreload-424ad8826ac293115d2b503935d8c3c2c76c6800.tar.bz2
Move swextreload.go to internal/
Don't make this a public API. I'd rather do something simple and bad to get this finished quickly.
Diffstat (limited to 'swextreload.go')
-rw-r--r--swextreload.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/swextreload.go b/swextreload.go
deleted file mode 100644
index dd3b860..0000000
--- a/swextreload.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package swextreload
-
-// TODO
-type SwextreloadOption = func(*)
-
-// TODO
-func Reload(url string, opts ...SwextreloadOption) error {
-}