Skip to content

shhivam/go4e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f52d45 · Mar 25, 2022

History

35 Commits
Mar 15, 2022
Nov 7, 2021
Mar 21, 2022
Nov 6, 2021
Mar 15, 2022
Mar 23, 2022
Mar 23, 2022
Mar 23, 2022
Mar 25, 2022
Mar 21, 2022
Mar 9, 2022
Mar 15, 2022
Mar 9, 2022

Repository files navigation

GO4E

Go4E stands for Go for Education.

Codebase information

  • Uses Go 1.17.2
  • Each folder in the base dir is a module and so we have multiple modules in this repo.
  • go.mod is a file in each module which tells us about the module dependencies
  • go.sum is not like package-lock.json as in Node.js projects; it only contains the cryptographic hashes of the dependency
  • In Go, module & package are different things.

Running instructions

  • Clone the repository: https://github.com/shhivam/go4e.git
  • cd into the desired module which you want to build
  • Make sure we have a main package in the module
  • Run go build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published