Skip to content

gunturwsn/go-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go-Server

This time I want to share my learning results sourced from freeCodeCamp.

To run it, you can build

go build
or running
go run main.go
if you just want to run the application.

When you are doing a build and an error occurs

go: go.mod file not found in current directory or any parent directory; see 'go help modules'

You can run this command

go env -w GO111MODULE=off

Thank you and Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published