From ec838a3224b6d66f0e79c36017ecc42996490c23 Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 22 May 2023 22:40:28 +0800 Subject: [PATCH] opt some --- src/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.go b/src/main.go index 725bdb12..c172c4a2 100644 --- a/src/main.go +++ b/src/main.go @@ -3,8 +3,6 @@ package main import ( "shylinux.com/x/ice" _ "shylinux.com/x/icebergs/misc/node" - - _ "shylinux.com/x/contexts/src/h2" ) func main() { print(ice.Run()) }