Kaynağa Gözat

Move main.go to cmd/htmlhouse

master
Matt Baer 2 yıl önce
ebeveyn
işleme
ab6fa9d785
3 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. +1
    -0
      cmd/htmlhouse/.gitignore
  2. +3
    -1
      cmd/htmlhouse/main.go
  3. +0
    -1
      main/.gitignore

+ 1
- 0
cmd/htmlhouse/.gitignore Dosyayı Görüntüle

@@ -0,0 +1 @@
htmlhouse

main/main.go → cmd/htmlhouse/main.go Dosyayı Görüntüle

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

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

func main() {
htmlhouse.Serve()

+ 0
- 1
main/.gitignore Dosyayı Görüntüle

@@ -1 +0,0 @@
main

Yükleniyor…
İptal
Kaydet