Files
sshwifty-udp-telnet-http/application/controller/static_pages.go
NI 7f4cf7bef5 Remove files generated by go generate.
User should generate those files by thenselves during build proccess.
2019-08-07 16:39:21 +08:00

25 lines
982 B
Go

// Sshwifty - A Web SSH client
//
// Copyright (C) 2019 Rui NI <nirui@gmx.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
package controller
//go:generate go run ./static_page_generater ../../.tmp/dist ./static_pages.go
//go:generate go fmt ./static_pages.go
// This file is generated by `go generate` at Wed, 07 Aug 2019 16:36:08 CST
// DO NOT EDIT!