Skip to content

kokal33/csvChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Steps

#Clone the repository

#Open your terminal and use the git command to clone the repository:

git clone https://github.com/kokal33/csvChallenge
cd csvChallenge

#Install all dependencies

Use the go mod tidy command to download and install all required dependencies:

go mod tidy

This will install all the dependencies mentioned in the go.mod file, including the govaluate package.

#Running the program

To run the program, you can use the go run command followed by the name of the .go file that contains the main function. For instance, if the main function is in a file named main.go, you would run:

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages