# README
golangPostgresFiller
Import the package in Golang with
go get github.com/KingKeleos/golangPostgresFiller
# Functions
Fill fills an already existing table with the structure of: 'id','text','value' in postgres.
InsertOnce insters one single random string and integer into the database.