Skip to content

echo kütüphanesini kullanırken starter pack olması için yaptığım ufak bir başlangıç template'i

Notifications You must be signed in to change notification settings

ofarukbicer/echo-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-boilerplate

echo kütüphanesini kullanırken starter pack olması için yaptığım ufak bir başlangıç template'i

Setup

# Setup

rm -rf go.mod go.sum
go mod init $PROJECT_NAME
go mod tidy

# Note: don't forget to update the invoked web packs in all files after doing this.


# Start 

go run main.go 
# or 
go run .

About

echo kütüphanesini kullanırken starter pack olması için yaptığım ufak bir başlangıç template'i

Topics

Resources

Stars

Watchers

Forks