README ¶ Go Server for our Blog System write, manage and share your blog Overview - App - controller router and checker - model model - service database operator - util util librart server.go server - config - config.yaml configurations of server and database main.go Running the server To run the server, follow these simple steps: go get ... go run main.go 其中,数据库的Host、User、Password、Name,以及Server的Host、Port均按照config.yaml中的格式给出。 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis App controller model service util Click to show internal directories. Click to hide internal directories.