docs(array): add file author, created time

This commit is contained in:
龚国玮 2022-12-29 10:06:11 +08:00
parent f0c3bf5766
commit 4fb267918b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// File: array.go
// Created Time: 2022-12-29
// Author: GuoWei (gongguowei01@gmail.com)
package chapter_array_and_linkedlist
import (

View File

@ -1,3 +1,7 @@
// File: array_test.go
// Created Time: 2022-12-29
// Author: GuoWei (gongguowei01@gmail.com)
package chapter_array_and_linkedlist
/**