feat: Moved package name from cn.org.codecrafters to com.onixbyte

This commit is contained in:
Zihlu Wang
2024-04-26 01:50:46 +08:00
parent 65287d0b24
commit 8dd0dad8d9
66 changed files with 180 additions and 188 deletions
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import lombok.extern.slf4j.Slf4j;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import java.util.Arrays;
import java.util.Objects;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import lombok.Getter;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
@@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;
import lombok.extern.slf4j.Slf4j;
@@ -25,4 +25,4 @@
* @author Zihlu Wang
* @since 1.0.0
*/
package cn.org.codecrafters.devkit.utils;
package com.onixbyte.devkit.utils;