mirror of
https://github.com/duke-git/lancet.git
synced 2025-10-05 15:36:52 +08:00
doc: update package comment for datastructure package
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
// Copyright 2021 dudaodong@gmail.com. All rights reserved.
|
||||
// Use of this source code is governed by MIT license
|
||||
|
||||
// Package datastructure contains some data structure.
|
||||
// Queue structure contains ArrayQueue, LinkedQueue, CircularQueue, and PriorityQueue.
|
||||
package datastructure
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user