New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/chrisf15/go-forum

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/chrisf15/go-forum

  • v0.0.0-20220822033640-e875098afde3
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-forum

Build Status codecov Go Report Card

go-forum is a simple forum web application that uses the database/sql and http packages in the standard library, with toml as the configuration file format and MySQL as the database.

Installation

git clone https://github.com/chrisf15/go-forum.git

Create database:

mysql -uroot -proot < model/setup.sql

Fill in the configuration options in config.toml.

Then, build it:

go build -o go-forum

And, run it:

./go-forum

Usages

Visit http://localhost:8080/.

Contributing

If you feel that there is something to improve this project, please feel free to launch Pull Request.

For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

FAQs

Package last updated on 22 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc