From 2a6e62b3a521d39f390e615cf5d11cf024cb0df6 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期二, 07 二月 2023 18:02:46 +0800
Subject: [PATCH] 更新package name

---
 .gitignore     |    2 +-
 go.mod         |    2 +-
 CMakeLists.txt |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5a6847d..12b6537 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 build/
 test
 npic/*
-goshm
+c_shm
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b85d8b..1ca5f67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,4 +31,4 @@
 add_library(${BIN} SHARED shmparser/shmparser.c)
 target_link_libraries(${BIN})
 
-add_executable(test shmparser/shmparser.c ctest/main.c)
\ No newline at end of file
+add_executable(c_shm_test shmparser/shmparser.c ctest/main.c)
diff --git a/go.mod b/go.mod
index f54bfe9..a37cd7b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module goshm
+module c_shm
 
 go 1.14

--
Gitblit v1.8.0