From 3e5ccce0ba2b402b27ec16cfb1063c73399cc4f9 Mon Sep 17 00:00:00 2001 From: sbouaram Date: Fri, 28 Apr 2023 08:44:29 +0200 Subject: [PATCH] logo --- storage/postgresql.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/storage/postgresql.go b/storage/postgresql.go index ea9ffed..47beb70 100644 --- a/storage/postgresql.go +++ b/storage/postgresql.go @@ -1,11 +1,12 @@ -/*////////////////////////////////// +/* ___ ___ ___ _ __ __ _ ___ / __/ _ \ / _ \| '_ \ / _` |/ _ \ | (_| (_) | (_) | |_) | (_| | (_) | \___\___/ \___/| .__/ \__, |\___/ | | __/ | |_| |___/ -*/ ////////////////////////////////// +*/ + package storage import (