Discover Packages
github.com/k1LoW/octocov
pkg
ratio
package
Version:
v0.54.6
Opens a new window with list of versions in this module.
Published: Nov 3, 2023
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type File struct {
Code int `json:"code"`
Blanks int `json:"blank"`
Path string `json:"path"`
Lang string `json:"language"`
}
type Ratio struct {
Code int `json:"code"`
Test int `json:"test"`
CodeFiles Files `json:"code_files"`
TestFiles Files `json:"test_files"`
}
func (r *Ratio ) DeleteFiles()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.