Categorygithub.com/wawe/go-app-template
repository
0.0.0-20241113082203-4148f9fb50c8
Repository: https://github.com/wawe/go-app-template.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go App Template

A template for simple web applications written in Go and JavaScript.

Features

Usage

  • Create a new repo from this template
  • Replace the module name github.com/wawe/go-app-template with the name of your own module in all files
  • Run go run ./cmd/dev-server and begin developing

Tests

  • Go code with testing: Run go test ./... to test Go code
  • JavaScript code with deno: Run deno test to test JavaScript code