Ver código fonte

Move main.go to cmd/htmlhouse

master
Matt Baer 2 anos atrás
pai
commit
ab6fa9d785
3 arquivos alterados com 4 adições e 2 exclusões
  1. +1
    -0
      cmd/htmlhouse/.gitignore
  2. +3
    -1
      cmd/htmlhouse/main.go
  3. +0
    -1
      main/.gitignore

+ 1
- 0
cmd/htmlhouse/.gitignore Ver arquivo

@@ -0,0 +1 @@
htmlhouse

main/main.go → cmd/htmlhouse/main.go Ver arquivo

@@ -1,6 +1,8 @@
package main

import "github.com/writeas/htmlhouse"
import (
"github.com/writeas/htmlhouse"
)

func main() {
htmlhouse.Serve()

+ 0
- 1
main/.gitignore Ver arquivo

@@ -1 +0,0 @@
main

Carregando…
Cancelar
Salvar