Add new feature in collection framework:

- Implemented slice data structure
- Defined new interfaces Collection, List and Set
This commit is contained in:
Fabio Scotto di Santolo
2023-01-08 20:04:13 +01:00
parent 50f4b83504
commit 43a5c8b244
10 changed files with 724 additions and 54 deletions

View File

@@ -12,3 +12,6 @@ dep:
vet:
go vet
build:
go build -o ./build