From b837e0005ab7bae186d9432e16898a59849e1587 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Wed, 27 Nov 2024 17:19:21 +0800 Subject: [PATCH] gogensig --- chore/gogensig/gogensig.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 chore/gogensig/gogensig.go diff --git a/chore/gogensig/gogensig.go b/chore/gogensig/gogensig.go deleted file mode 100644 index 2079aaa2..00000000 --- a/chore/gogensig/gogensig.go +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2024 The GoPlus Authors (goplus.org). All rights reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package main - -func main() { - // TODO(xsw): implement gogensig tool -}