From 08da8ce45175d2b95c456158b9e1c86edeb15a28 Mon Sep 17 00:00:00 2001
From: Xavier Perret <xa.perret@outlook.com>
Date: Wed, 19 Oct 2022 15:54:30 +0200
Subject: [PATCH] added description

---
 readme-lab1.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/readme-lab1.md b/readme-lab1.md
index f5cae06..7d6b2df 100644
--- a/readme-lab1.md
+++ b/readme-lab1.md
@@ -23,6 +23,12 @@
   ```
 - Should not be necessary _Azure Storage Blob Sdk (The right version is already in `go.mod` dependencies)_
 
+### Project Description
+
+- `test.go` : Contains the main function to launch the tests
+- `object-storage/object-storage.go` : Contains the functions to interact with the object storage and the test function
+- `types/datastructures.go` : Contains the datastructure useful for this lab (transactions, object storage, ...)
+ 
 ### Methods Description
 
 ```go
-- 
GitLab