Skip to content

evlin-rh/go-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-regex

Initialise a Go Module for the project - go.mod file is created - go.mod file is used to manage dependencies and module path

Role of go.mod - tells Go that our project is a module called "newPackage" - Important for importting any files to your project

i.e
project/
- go.mod
- main.go
- regex/
    -advancedRegex.go

Importing new package

`import "newPackage/regex"

Calling exported functions

` regex.ExportedFunctions `

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages