template-mysql

command module
v0.0.0-...-2b6bb91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

Template-API

To make a new Go App follow the steps.

  1. Create Git repo with a read me.
  2. Clone to local drive or folder
  3. Copy this project and directories to the new folder.
  4. commit and push. Alternativly
  5. Forl this template to your new project name in github
  6. clone your project,
  7. follow the steps below,

Now the set up

  1. Terminal in Home folder and run the commands
    1. go mod init [your app name]
    2. go mod tidy example:
    go mod init template-api
    go mod tidy
    
  2. Program should compile, and if you import any more modules, just run go mod tidy
  3. Now is a good time to comit and push your code.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL