Skip to content

speedyGonzales/go-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-social

My social network written in golang

##Project structure

/controllers

All your controllers that serve defined routes.

/models

You database models.

/public

It has all your static files mapped to /assets/* path except robots.txt and favicon.ico that map to /.

/views

Your views using standard Go template system.

/tests

The place where will be placed all tests.

server.go

This file starts your web application and also contains routes definition.

About

My social network written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages